]> granicus.if.org Git - clang/commitdiff
Mark InternalDebugOpt driver options as CoreOptions.
authorNico Weber <nicolasweber@gmx.de>
Thu, 29 Oct 2015 20:53:49 +0000 (20:53 +0000)
committerNico Weber <nicolasweber@gmx.de>
Thu, 29 Oct 2015 20:53:49 +0000 (20:53 +0000)
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

include/clang/Driver/Options.td

index c7131f64d98142f414ad8d633381788e98c5b989..0d6ed3899a6c229ffdd6223c5c824fd1356a6e31 100644 (file)
@@ -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<internal_debug_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,