diff options
Diffstat (limited to 'test/CodeGen/debug-info-line.c')
-rw-r--r-- | test/CodeGen/debug-info-line.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/debug-info-line.c b/test/CodeGen/debug-info-line.c index 24981b54b7e95..39595d148c12f 100644 --- a/test/CodeGen/debug-info-line.c +++ b/test/CodeGen/debug-info-line.c @@ -1,4 +1,5 @@ // RUN: %clang_cc1 -w -debug-info-kind=line-tables-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s +// RUN: %clang_cc1 -w -debug-info-kind=line-directives-only -fexceptions -fcxx-exceptions -S -emit-llvm %s -o - | FileCheck %s int f1(int a, int b) { // CHECK: icmp {{.*}}, !dbg [[DBG_F1:!.*]] |