sdardis added inline comments.
================ Comment at: cfe/trunk/lib/CodeGen/TargetInfo.cpp:6666 + GVar->setLinkage(llvm::GlobalValue::ExternalLinkage); + GVar->setSection("rodata"); + } ---------------- efriedma wrote: > Also, this change is clearly unacceptable; among other things, messing with > the linkage of static local variables is likely to lead to link errors. I will fix that. 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