[PATCH] D35843: [ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts"
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 25 08:59:29 PDT 2017
grimar created this revision.
Herald added a subscriber: emaste.
This is PR33889,
Patch adds support of combination of linkerscript and
-symbol-ordering-file option.
If no sorting commands are present in script inside section declaration
and no --sort-section option specified, code uses sorting from ordering
file if any exist.
https://reviews.llvm.org/D35843
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/LinkerScript.cpp
ELF/Writer.cpp
test/ELF/linkerscript/symbol-ordering-file.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35843.108096.patch
Type: text/x-patch
Size: 8671 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170725/ba5a5251/attachment.bin>
More information about the llvm-commits
mailing list