diff options
Diffstat (limited to 'test/CodeGenObjCXX/pr14474-gline-tables-only.mm')
-rw-r--r-- | test/CodeGenObjCXX/pr14474-gline-tables-only.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGenObjCXX/pr14474-gline-tables-only.mm b/test/CodeGenObjCXX/pr14474-gline-tables-only.mm index e927ab96f3c1..6c74ce80db0f 100644 --- a/test/CodeGenObjCXX/pr14474-gline-tables-only.mm +++ b/test/CodeGenObjCXX/pr14474-gline-tables-only.mm @@ -1,6 +1,6 @@ // PR 14474 // RUN: %clang_cc1 -triple i386-apple-macosx10.6.0 -emit-llvm \ -// RUN: -gline-tables-only -x objective-c++ -o /dev/null %s +// RUN: -debug-info-kind=line-tables-only -x objective-c++ -o /dev/null %s typedef signed char BOOL; @class NSInvocation, NSMethodSignature, NSCoder, NSString, NSEnumerator; |