summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/lpad-linetable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenCXX/lpad-linetable.cpp')
-rw-r--r--test/CodeGenCXX/lpad-linetable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenCXX/lpad-linetable.cpp b/test/CodeGenCXX/lpad-linetable.cpp
index 7f1d221..6923669 100644
--- a/test/CodeGenCXX/lpad-linetable.cpp
+++ b/test/CodeGenCXX/lpad-linetable.cpp
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -emit-llvm -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -fcxx-exceptions -fexceptions -emit-llvm -debug-info-kind=limited -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
// The landing pad should have the line number of the closing brace of the function.
// rdar://problem/13888152
// CHECK: ret i32
OpenPOWER on IntegriCloud