summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-crash.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-crash.c')
-rw-r--r--clang/test/CodeGen/debug-info-crash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/debug-info-crash.c b/clang/test/CodeGen/debug-info-crash.c
index f04548b8d5f..9214909f587 100644
--- a/clang/test/CodeGen/debug-info-crash.c
+++ b/clang/test/CodeGen/debug-info-crash.c
@@ -1,5 +1,5 @@
// REQUIRES: x86-registered-target
-// RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -g -S %s -o -
+// RUN: %clang_cc1 -triple i386-apple-darwin10 -fblocks -debug-info-kind=limited -S %s -o -
// rdar://7590323
typedef struct dispatch_queue_s *dispatch_queue_t;
OpenPOWER on IntegriCloud