diff options
| author | Manman Ren <mren@apple.com> | 2013-07-19 04:56:51 +0000 |
|---|---|---|
| committer | Manman Ren <mren@apple.com> | 2013-07-19 04:56:51 +0000 |
| commit | 9152f30019b04225f51cf42806e2d0e3444563a7 (patch) | |
| tree | f7575eb638636f3a6a25085f2cb32f4ec5c428c2 /llvm | |
| parent | 61d01cc95e26e38d2f7a6f4f023d2d6944da05c8 (diff) | |
| download | bcm5719-llvm-9152f30019b04225f51cf42806e2d0e3444563a7.tar.gz bcm5719-llvm-9152f30019b04225f51cf42806e2d0e3444563a7.zip | |
Try to appease the bots.
llvm-svn: 186653
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/2010-03-24-MemberFn.ll | 2 | ||||
| -rw-r--r-- | llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll b/llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll index 5618cd3aa8f..1880ad55c2a 100644 --- a/llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll +++ b/llvm/test/CodeGen/ARM/2010-08-04-StackVariable.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg +; RUN: llc -O0 -mtriple=arm-apple-darwin -disable-debug-info-verifier < %s | grep DW_OP_breg ; Use DW_OP_breg in variable's location expression if the variable is in a stack slot. %struct.SVal = type { i8*, i32 } diff --git a/llvm/test/DebugInfo/2010-03-24-MemberFn.ll b/llvm/test/DebugInfo/2010-03-24-MemberFn.ll index 4ef7c8fa739..9efd66fc15d 100644 --- a/llvm/test/DebugInfo/2010-03-24-MemberFn.ll +++ b/llvm/test/DebugInfo/2010-03-24-MemberFn.ll @@ -1,4 +1,4 @@ -; RUN: llc -O0 < %s | grep AT_decl_file | grep 2 +; RUN: llc -O0 -disable-debug-info-verifier < %s | grep AT_decl_file | grep 2 ; Here _ZN1S3fooEv is defined in header file identified as AT_decl_file no. 2 in debug info. %struct.S = type <{ i8 }> diff --git a/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll b/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll index f5ebb2d80c4..c676112c0bf 100644 --- a/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll +++ b/llvm/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll @@ -1,4 +1,4 @@ -; RUN: llc -O2 %s -o - | FileCheck %s +; RUN: llc -O2 -disable-debug-info-verifier %s -o - | FileCheck %s ; Check struct X for dead variable xyz from inlined function foo. ; CHECK: DW_TAG_structure_type |

