Thanks! lgtm

================
Comment at: lib/CodeGen/CodeGenModule.cpp:1989
@@ +1988,3 @@
+  if (GO.isWeakForLinker() && !GO.hasAvailableExternallyLinkage()) {
+      GO.setComdat(getModule().getOrInsertComdat(GO.getName()));
+  }
----------------
indentation seems off

http://reviews.llvm.org/D9580

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



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

Reply via email to