efriedma added inline comments.

================
Comment at: cfe/trunk/lib/CodeGen/TargetInfo.cpp:6666
+          GVar->setLinkage(llvm::GlobalValue::ExternalLinkage);
+          GVar->setSection("rodata");
+        }
----------------
Also, this change is clearly unacceptable; among other things, messing with the 
linkage of static local variables is likely to lead to link errors.


Repository:
  rL LLVM

https://reviews.llvm.org/D35917



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to