commit | d6bcde389ac3f9dd7fee40a0303e97a8aeb85778 | [log] [tgz] |
---|---|---|
author | George Rimar <[email protected]> | Fri Aug 04 10:25:29 2017 |
committer | George Rimar <[email protected]> | Fri Aug 04 10:25:29 2017 |
tree | 01c0f9f38f9b0e39268dbf7dd1de8b233725d054 | |
parent | 1c17001235a17c1565f92a5b602f44feebe54232 [diff] |
[ELF] - Fix "--symbol-ordering-file doesn't work with linker scripts" 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. Differential revision: https://reviews.llvm.org/D35843 llvm-svn: 310045