[PATCH] D42127: [ARM] Don't merge global externals for windows

John Brawn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 18 07:18:04 PST 2018


john.brawn added a comment.

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?


Repository:
  rL LLVM

https://reviews.llvm.org/D42127





More information about the llvm-commits mailing list