Try to appease the bots.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186653 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Manman Ren 2013-07-19 04:56:51 +00:00
parent f8087419df
commit 98cd02622d
3 changed files with 3 additions and 3 deletions

View File

@ -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 }

View File

@ -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 }>

View File

@ -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