[PATCH] D11942: [GlobalMerge] Use private linkage for MergedGlobals variables
John Brawn via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 06:38:23 PDT 2015
john.brawn added a comment.
In http://reviews.llvm.org/D11942#222309, @ab wrote:
> This means we'll start emitting aliases even when -global-merge-on-external=false (mach-o), right? As I explained on the other review, this is probably not OK on darwin.
Yes, I think you're right. Fixed in r244748, and also added some tests to check for that.
Repository:
rL LLVM
http://reviews.llvm.org/D11942
More information about the llvm-commits
mailing list