commit | f204228b783315c98dc515137ff8e255f6f02dd1 | [log] [tgz] |
---|---|---|
author | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jul 25 17:16:05 2013 +0000 |
committer | Rafael Espindola <rafael.espindola@gmail.com> | Thu Jul 25 17:16:05 2013 +0000 |
tree | f2e0222b5862c24a6da5427f79c3e0c7a6215036 | |
parent | c34cb8a0f2a31afd23a05489e1378023e0106e37 [diff] [blame] |
Current batch of -disable-debug-info-verifier. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187130 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGen/ARM/2010-08-04-StackVariable.ll b/test/CodeGen/ARM/2010-08-04-StackVariable.ll index 162835b..64b02c8 100644 --- a/test/CodeGen/ARM/2010-08-04-StackVariable.ll +++ b/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 -disable-debug-info-verifier -O0 -mtriple=arm-apple-darwin < %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 }