Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
lld/trunk/test/ELF/lto/
-
trunk/
-
test/
-
ELF/
-
lto/
-
internalize-exportdyn.ll
Hide Panel
f
Keyboard Reference
?
Differential
D20259
ELF: Add a test showing that the new local_unnamed_addr attribute can permit internalization.
Closed
Public
Authored by
pcc
on May 13 2016, 2:35 PM.
Download Raw Diff
Details
Reviewers
•
rafael
Commits
rGa8bf23d656ec: ELF: Add a test showing that the new local_unnamed_addr attribute can permit…
rLLD272711: ELF: Add a test showing that the new local_unnamed_addr attribute can permit…
rL272711: ELF: Add a test showing that the new local_unnamed_addr attribute can permit…
Summary
Part of the fix for PR27553.
Depends on
D20260
Diff Detail
Repository
rL LLVM
Event Timeline
pcc
updated this revision to
Diff 57255
.
May 13 2016, 2:35 PM
pcc
retitled this revision from
to
ELF: Use canOmitFromDynSym() to control which symbols may be omitted from the symbol table.
.
pcc
updated this object.
pcc
added a reviewer:
•
rafael
.
pcc
added a parent revision:
D20258: IR: Introduce can_omit_from_dynsym attribute.
.
pcc
added a subscriber:
llvm-commits
.
Herald
added a subscriber:
mehdi_amini
.
·
View Herald Transcript
May 13 2016, 2:35 PM
pcc
updated this revision to
Diff 57528
.
May 17 2016, 3:05 PM
Comment Actions
Rebase onto
D20260
pcc
retitled this revision from
ELF: Use canOmitFromDynSym() to control which symbols may be omitted from the symbol table.
to
ELF: Add a test showing that the new local_unnamed_addr attribute can permit internalization.
.
May 17 2016, 3:06 PM
pcc
updated this object.
pcc
added a parent revision:
D20260: IR: Introduce local_unnamed_addr attribute.
.
•
rafael
accepted this revision.
May 17 2016, 3:24 PM
•
rafael
edited edge metadata.
Comment Actions
LGTM once the dependencies are in.
This revision is now accepted and ready to land.
May 17 2016, 3:24 PM
Closed by commit
rL272711: ELF: Add a test showing that the new local_unnamed_addr attribute can permit…
(authored by
pcc
).
·
Explain Why
Jun 14 2016, 2:09 PM
This revision was automatically updated to reflect the committed changes.