aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenObjC/arc-linetable-autorelease.m
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGenObjC/arc-linetable-autorelease.m')
-rw-r--r--test/CodeGenObjC/arc-linetable-autorelease.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjC/arc-linetable-autorelease.m b/test/CodeGenObjC/arc-linetable-autorelease.m
index 329206867b85..6812e8a6de83 100644
--- a/test/CodeGenObjC/arc-linetable-autorelease.m
+++ b/test/CodeGenObjC/arc-linetable-autorelease.m
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -emit-llvm -fobjc-arc -g -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
+// RUN: %clang_cc1 -emit-llvm -fobjc-arc -debug-info-kind=limited -triple x86_64-apple-darwin10 %s -o - | FileCheck %s
// Ensure that the line info is making sense:
// ARC cleanups should be at the closing '}'.
@protocol NSObject