From 08d7c95831c4cf5f88b56e429b7abdb656ca9597 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Mon, 18 Jul 2016 17:49:40 +0000 Subject: [PATCH] [clang-cl] Reinstate -gline-tables-only as a CoreOption while we sort out the fate of /Zd git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@275826 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Driver/Options.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Driver/Options.td b/include/clang/Driver/Options.td index 28fa3b6076..d03ab0435a 100644 --- a/include/clang/Driver/Options.td +++ b/include/clang/Driver/Options.td @@ -1246,7 +1246,7 @@ def fdebug_prefix_map_EQ def g_Flag : Flag<["-"], "g">, Group, HelpText<"Generate source-level debug information">; def gline_tables_only : Flag<["-"], "gline-tables-only">, Group, - HelpText<"Emit debug line number tables only">; + Flags<[CoreOption]>, HelpText<"Emit debug line number tables only">; def gmlt : Flag<["-"], "gmlt">, Alias; def g0 : Flag<["-"], "g0">, Group; def g1 : Flag<["-"], "g1">, Group, Alias; -- 2.40.0