[PATCH] D42475: [ELF] Add warnings for various symbols that cannot be ordered
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 05:51:47 PST 2018
jhenderson updated this revision to Diff 133407.
jhenderson marked an inline comment as done.
jhenderson added a comment.
Address review comments:
- Use SetVector instead of two different variables, and simplify related code.
- Fix comment in test.
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D42475
Files:
ELF/Config.h
ELF/Driver.cpp
ELF/Options.td
ELF/Writer.cpp
test/ELF/Inputs/symbol-ordering-file-warnings1.s
test/ELF/Inputs/symbol-ordering-file-warnings2.s
test/ELF/symbol-ordering-file-warnings.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42475.133407.patch
Type: text/x-patch
Size: 13526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/81c38369/attachment.bin>
More information about the llvm-commits
mailing list