[PATCH] D47167: Handle --plugin-opt= options as alias options.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 16:13:23 PDT 2018
ruiu created this revision.
ruiu added reviewers: rdhindsa, pcc.
Herald added subscribers: eraman, arichardson, emaste.
Herald added a reviewer: espindola.
Previously, we had a loop to iterate over options starting with
`--plugin-opt=` and parse them by hand. But we can make OptTable
do that job for us.
https://reviews.llvm.org/D47167
Files:
lld/Common/Args.cpp
lld/ELF/Driver.cpp
lld/ELF/Options.td
lld/test/ELF/lto/thinlto-object-suffix-replace.ll
lld/test/ELF/lto/thinlto-prefix-replace.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47167.147898.patch
Type: text/x-patch
Size: 9930 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180521/1f4b5555/attachment.bin>
More information about the llvm-commits
mailing list