[PATCH] D42127: [ARM] Don't merge global externals for windows
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 07:23:33 PST 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D42127#980273, @john.brawn wrote:
> Why not only disable merging of dllexport variables (in GlobalMerge::doInitialization, where we already disable it on various kinds of variables), instead of all variables?
That probably works as well (or even trying to preserve the attribute?). I'll give it a try.
Repository:
rL LLVM
https://reviews.llvm.org/D42127
More information about the llvm-commits
mailing list