Simplify.

llvm-svn: 324155
This commit is contained in:
Rui Ueyama 2018-02-02 22:48:09 +00:00
parent edd4ec54d6
commit 7a64a3d59c
1 changed files with 1 additions and 2 deletions

View File

@ -406,8 +406,7 @@ def thinlto_jobs: J<"thinlto-jobs=">, HelpText<"Number of ThinLTO jobs">;
// just ignore the option on lld side as it's easier. In fact, the linker could
// be called 'ld' and understanding which linker is used would require parsing of
// --version output.
def plugin: S<"plugin">;
def plugin_eq: J<"plugin=">;
defm plugin: Eq<"plugin">;
// Options listed below are silently ignored for now for compatibility.
def allow_shlib_undefined: F<"allow-shlib-undefined">;