Before:
$ ld.lld --plugin-opt=-foo ld.lld: --Unknown command line argument '-abc'
After:
$ ld.lld --plugin-opt=-foo ld.lld: --plugin-opt: ld.lld --Unknown command line argument '-abc'
Paths
| Differential D45075
Improve error message for an unknown --plugin-opt. ClosedPublic Authored by ruiu on Mar 29 2018, 6:15 PM.
Details Summary Before: $ ld.lld --plugin-opt=-foo ld.lld: --Unknown command line argument '-abc' After: $ ld.lld --plugin-opt=-foo ld.lld: --plugin-opt: ld.lld --Unknown command line argument '-abc'
Diff Detail
Event TimelineComment Actions LGTM. Thanks!
This revision is now accepted and ready to land.Mar 30 2018, 1:23 AM
Closed by commit rLLD328880: Improve error message for an unknown --plugin-opt. (authored by ruiu). · Explain WhyMar 30 2018, 10:25 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 140452 ELF/Driver.cpp
test/ELF/lto-plugin-ignore.s
|