LGTM (though I wonder if we should have a check in Sema that sizeof(_GUID) == 
16 when we see its definition).


================
Comment at: lib/CodeGen/CodeGenModule.cpp:1063
@@ -1074,3 +1062,3 @@
       /*isConstant=*/true, llvm::GlobalValue::ExternalLinkage, Init, Name);
   GV->setUnnamedAddr(true);
   return GV;
----------------
Is unnamed_addr really correct for these things?


http://llvm-reviews.chandlerc.com/D1375
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to