Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/
-
trunk/
-
lib/LTO/
-
LTO/
-
LTOCodeGenerator.cpp
-
test/LTO/X86/
-
LTO/
-
X86/
-
unnamed.ll
Hide Panel
f
Keyboard Reference
?
Differential
D19635
LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved with MustPreserveSymbols.
Closed
Public
Authored by
pcc
on Apr 27 2016, 3:23 PM.
Download Raw Diff
Details
Reviewers
mehdi_amini
Commits
rGedf843248093: LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved…
rL267820: LTO: Don't bother trying to mangle unnamed globals, as they can't be…
Summary
Should fix sanitizer-windows bot.
Diff Detail
Repository
rL LLVM
Event Timeline
pcc
updated this revision to
Diff 55341
.
Apr 27 2016, 3:23 PM
pcc
retitled this revision from
to
LTO: Don't bother trying to mangle unnamed globals, as they can't be preserved with MustPreserveSymbols.
.
pcc
updated this object.
pcc
added a reviewer:
mehdi_amini
.
pcc
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
mehdi_amini
.
·
View Herald Transcript
Apr 27 2016, 3:23 PM
mehdi_amini
accepted this revision.
Apr 27 2016, 4:52 PM
mehdi_amini
edited edge metadata.
Comment Actions
LGTM thanks!
This revision is now accepted and ready to land.
Apr 27 2016, 4:52 PM
Closed by commit
rL267820: LTO: Don't bother trying to mangle unnamed globals, as they can't be…
(authored by
pcc
).
·
Explain Why
Apr 27 2016, 4:54 PM
This revision was automatically updated to reflect the committed changes.