summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/lifetime-debuginfo-1.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/lifetime-debuginfo-1.c')
-rw-r--r--clang/test/CodeGen/lifetime-debuginfo-1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/lifetime-debuginfo-1.c b/clang/test/CodeGen/lifetime-debuginfo-1.c
index 674346a031d..e2e45cb7f81 100644
--- a/clang/test/CodeGen/lifetime-debuginfo-1.c
+++ b/clang/test/CodeGen/lifetime-debuginfo-1.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -O1 -triple x86_64-none-linux-gnu -emit-llvm -gline-tables-only %s -o - | FileCheck %s
+// RUN: %clang_cc1 -O1 -triple x86_64-none-linux-gnu -emit-llvm -debug-info-kind=line-tables-only %s -o - | FileCheck %s
// Inserting lifetime markers should not affect debuginfo
OpenPOWER on IntegriCloud