Skip to content

Commit 864586d

Browse files
committed
[ARM] Pass -verify-machineinstr to test and XFAIL until fixed.
Some bots run with -verify-machineinstr enabled. Add it to the new test and XFAIL it until fixed.
1 parent 43d8d59 commit 864586d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/test/CodeGen/ARM/dbg-tcreturn.ll

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
; RUN: llc %s -o - -stop-after=finalize-isel | FileCheck %s
1+
; XFAIL: *
2+
; RUN: llc %s -o - -stop-after=finalize-isel -verify-machineinstr | FileCheck %s
23

34
target datalayout = "e-m:o-p:32:32-Fi8-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32"
45
target triple = "thumbv7-apple-ios7.0.0"

0 commit comments

Comments
 (0)