Move a flag definition to the right place as -demangle is not ignored.

llvm-svn: 292049
This commit is contained in:
Rui Ueyama 2017-01-15 03:45:46 +00:00
parent ea3f6c3a7e
commit 71e3e3a5c1
1 changed files with 2 additions and 1 deletions

View File

@ -45,6 +45,8 @@ def color_diagnostics: F<"color-diagnostics">,
def color_diagnostics_eq: J<"color-diagnostics=">,
HelpText<"Use colors in diagnostics">;
def demangle: F<"demangle">, HelpText<"Demangle symbol names">;
def disable_new_dtags: F<"disable-new-dtags">,
HelpText<"Disable new dynamic tags">;
@ -331,7 +333,6 @@ def plugin_opt_eq: J<"plugin-opt=">;
def allow_shlib_undefined: F<"allow-shlib-undefined">;
def cref: Flag<["--"], "cref">;
def define_common: F<"define-common">;
def demangle: F<"demangle">;
def detect_odr_violations: F<"detect-odr-violations">;
def g: Flag<["-"], "g">;
def no_add_needed: F<"no-add-needed">;