[PATCH] D36227: [ELF] - LTO: Try to be option compatible with the gold plugin.

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 2 21:33:51 PDT 2017


davide requested changes to this revision.
davide added a comment.
This revision now requires changes to proceed.

This patch lies in the limbo between fully supported and completely unsupported.
As such, I'm not sure I like it.
Previously, we just ignored every possible argument to `--plugin-opt` (or `plugin-opt` entirely).
I guess we should at least error out in case the argument can't be translated (or add a test for that).


https://reviews.llvm.org/D36227





More information about the llvm-commits mailing list