[PATCH] D36227: [ELF] - LTO: Try to be option compatible with the gold plugin.
George Rimar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 2 09:34:46 PDT 2017
grimar created this revision.
Herald added subscribers: inglorion, emaste.
This is relative to PR30720.
Previously we ignored all --plugin-opt arguments.
Patch adds support for them.
Patch does not add any new LTO options,
and just implements mapping from --plugin-opt to existent ones.
I am not sure if we want to support any other --plugin-opt options.
https://reviews.llvm.org/D36227
Files:
ELF/Driver.cpp
ELF/Options.td
test/ELF/basic.s
test/ELF/lto/opt-level.ll
test/ELF/lto/save-temps.ll
test/ELF/lto/verify-invalid.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36227.109363.patch
Type: text/x-patch
Size: 8600 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170802/392aa8ff/attachment.bin>
More information about the llvm-commits
mailing list