[clang-cl] Allow use of -gline-tables-only
llvm-svn: 263816
diff --git a/clang/test/Driver/cl-options.c b/clang/test/Driver/cl-options.c
index e637d7a..bbf5b13 100644
--- a/clang/test/Driver/cl-options.c
+++ b/clang/test/Driver/cl-options.c
@@ -394,6 +394,10 @@
// Z7: "-gcodeview"
// Z7: "-debug-info-kind=limited"
+// RUN: %clang_cl -gline-tables-only /Z7 /c -### -- %s 2>&1 | FileCheck -check-prefix=Z7GMLT %s
+// Z7GMLT: "-gcodeview"
+// Z7GMLT: "-debug-info-kind=line-tables-only"
+
// RUN: %clang_cl /c -### -- %s 2>&1 | FileCheck -check-prefix=BreproDefault %s
// BreproDefault: "-mincremental-linker-compatible"