From: Nico Weber Date: Thu, 29 Oct 2015 20:53:49 +0000 (+0000) Subject: Mark InternalDebugOpt driver options as CoreOptions. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=885ede724bb2f36c617d4b1c20c680467e744141;p=clang Mark InternalDebugOpt driver options as CoreOptions. Mostly has the effect of making -ccc-print-phases usable from clang-cl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251653 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index c7131f64d9..0d6ed3899a 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -145,7 +145,7 @@ def ccc_pch_is_pth : Flag<["-"], "ccc-pch-is-pth">, InternalDriverOpt, HelpText<"Use pretokenized headers for precompiled headers">; class InternalDebugOpt : Group, - Flags<[DriverOption, HelpHidden]>; + Flags<[DriverOption, HelpHidden, CoreOption]>; def ccc_install_dir : Separate<["-"], "ccc-install-dir">, InternalDebugOpt, HelpText<"Simulate installation in the given directory">; def ccc_print_phases : Flag<["-"], "ccc-print-phases">, InternalDebugOpt,