summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-gline-tables-only.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-gline-tables-only.c')
-rw-r--r--clang/test/CodeGen/debug-info-gline-tables-only.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-gline-tables-only.c b/clang/test/CodeGen/debug-info-gline-tables-only.c
index e890dbb0da2..6f832be8287 100644
--- a/clang/test/CodeGen/debug-info-gline-tables-only.c
+++ b/clang/test/CodeGen/debug-info-gline-tables-only.c
@@ -1,5 +1,6 @@
// RUN: %clang_cc1 %s -debug-info-kind=line-tables-only -S -emit-llvm -o - | FileCheck %s
-// Checks that clang with "-gline-tables-only" doesn't emit debug info
+// RUN: %clang_cc1 %s -debug-info-kind=line-directives-only -S -emit-llvm -o - | FileCheck %s
+// Checks that clang with "-gline-tables-only" or "-gline-directives-only" doesn't emit debug info
// for variables and types.
// CHECK-NOT: DW_TAG_variable
OpenPOWER on IntegriCloud