[PATCH] D34422: Implement the --exclude-libs option.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 14:45:19 PDT 2017
ruiu created this revision.
Herald added a subscriber: emaste.
The --exclude-libs option is not a popular option, but at least some
programs in Android depends on it, so it's worth to support it.
https://reviews.llvm.org/D34422
Files:
lld/ELF/Driver.cpp
lld/ELF/InputFiles.cpp
lld/ELF/InputFiles.h
lld/ELF/Options.td
lld/ELF/SymbolTable.cpp
lld/ELF/SymbolTable.h
lld/test/ELF/Inputs/exclude-libs.s
lld/test/ELF/exclude-libs.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34422.103271.patch
Type: text/x-patch
Size: 7831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170620/8a363404/attachment.bin>
More information about the llvm-commits
mailing list