LTO: Don't internalize available_externally globals.
This breaks C and C++ semantics because it can cause the address of the global inside the module to differ from the address outside of the module. Differential Revision: https://reviews.llvm.org/D55237 Change-Id: I84f5d3860beed2953078b3bd9ea0c6d2c334e3cb git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@348321 91177308-0d34-0410-b5e6-96231b3b80d8
Loading
Please sign in to comment