[PATCH] D41277: Implement --just-symbols
Chih-Mao Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 15 01:07:34 PST 2017
PkmX created this revision.
PkmX added reviewers: llvm-commits, ruiu.
Herald added a subscriber: emaste.
This is based on https://reviews.llvm.org/D39348, but adds a new kind of input file `JustSymbolsFile` which is derived from `ELFFileBase`. The argument is treated as a normal input file so the case where it is the sole input works and we get to reuse some of code from `ELFFileBase`.
https://reviews.llvm.org/D41277
Files:
ELF/Driver.cpp
ELF/Driver.h
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.127076.patch
Type: text/x-patch
Size: 7044 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171215/3cc171db/attachment.bin>
More information about the llvm-commits
mailing list