[PATCH] D41277: Implement --just-symbols
Chih-Mao Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 19 00:25:33 PST 2017
PkmX updated this revision to Diff 127468.
PkmX added a comment.
Implement the `-R` option as an alias to either `--rpath` or `--just-symbols`. It is treated as latter if the argument file exists and is not a directory.
https://reviews.llvm.org/D41277
Files:
ELF/Driver.cpp
ELF/InputFiles.cpp
ELF/InputFiles.h
ELF/Options.td
ELF/SymbolTable.cpp
test/ELF/Inputs/just-symbols.s
test/ELF/just-symbols.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D41277.127468.patch
Type: text/x-patch
Size: 8197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171219/92f91d34/attachment.bin>
More information about the llvm-commits
mailing list