diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 22:15:09 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-10-02 22:15:09 +0000 |
commit | 834c265e85e4ee433cd9089e907bf6bccdb25313 (patch) | |
tree | 3805e68879b8113e72483c531dc150642db7b072 /clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m | |
parent | 350fe8e871cc7e0cca0c401ff89926efa0f3c770 (diff) | |
download | bcm5719-llvm-834c265e85e4ee433cd9089e907bf6bccdb25313.tar.gz bcm5719-llvm-834c265e85e4ee433cd9089e907bf6bccdb25313.zip |
Revert "DI: LLVM schema change: fold constants into string"
This reverts commit r218913 while I investigate some bots.
llvm-svn: 218917
Diffstat (limited to 'clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m')
-rw-r--r-- | clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m b/clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m index 3fb98c54da2..5186b20310a 100644 --- a/clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m +++ b/clang/test/CodeGenObjC/2010-02-15-Dbg-MethodStart.m @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -x objective-c -emit-llvm -g < %s | FileCheck "%s" +// RUN: %clang_cc1 -x objective-c -emit-llvm -g < %s | grep subprogram | grep "i32 9" // Test to check that subprogram start location. @interface Foo @@ -7,7 +7,6 @@ @implementation Foo -(int) barMethod { -// CHECK: [ DW_TAG_subprogram ] [line [[@LINE-1]]] int i = 0; int j = 1; int k = 1; |