summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/lifetime-debuginfo-2.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/lifetime-debuginfo-2.c')
-rw-r--r--test/CodeGen/lifetime-debuginfo-2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/lifetime-debuginfo-2.c b/test/CodeGen/lifetime-debuginfo-2.c
index 03afbd8..1d2fb59 100644
--- a/test/CodeGen/lifetime-debuginfo-2.c
+++ b/test/CodeGen/lifetime-debuginfo-2.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: lifetime.end is not
// a destructor, but instrumentation for the compiler. Ensure the debug info for
OpenPOWER on IntegriCloud