[PATCH] D45261: [ELF] - Allow LLD to produce file symbols.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 4 08:22:44 PDT 2018
grimar created this revision.
grimar added reviewers: ruiu, espindola.
Herald added subscribers: arichardson, emaste.
This is for PR36716 and
this enables emitting file local symbols.
Output size affect is minor:
clang binary size changes from 52,883,408 to 52,949,400
lld binary size changes from 83,219,600 to 83,136,456
https://reviews.llvm.org/D45261
Files:
ELF/Writer.cpp
test/ELF/file-sym.s
test/ELF/lto/data-ordering-lto.s
test/ELF/lto/parallel-internalize.ll
test/ELF/lto/relocatable.ll
test/ELF/lto/symbol-ordering-lto.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45261.140961.patch
Type: text/x-patch
Size: 4558 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180404/ce23c577/attachment.bin>
More information about the llvm-commits
mailing list