OSDN Git Service

LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved with...
authorPeter Collingbourne <peter@pcc.me.uk>
Wed, 27 Apr 2016 23:48:11 +0000 (23:48 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Wed, 27 Apr 2016 23:48:11 +0000 (23:48 +0000)
commit628f22d54309b1dcb0a9c56965a05dee20c2a9b8
tree596aa064f60320acfdaf823d8d8ae868e7c553cb
parent05e0103959f728cbf93fd2d4f5011f43f54a0d9e
LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved with MustPreserveSymbols.

Summary: Should fix sanitizer-windows bot.

Reviewers: joker.eph

Subscribers: llvm-commits, joker.eph

Differential Revision: http://reviews.llvm.org/D19635

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@267820 91177308-0d34-0410-b5e6-96231b3b80d8
lib/LTO/LTOCodeGenerator.cpp
test/LTO/X86/unnamed.ll [new file with mode: 0644]