From 864586d0fd7df8efb2ac1f85ad1122e9a8fae349 Mon Sep 17 00:00:00 2001 From: Florian Hahn Date: Fri, 10 Jul 2020 16:43:35 +0100 Subject: [PATCH] [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. --- llvm/test/CodeGen/ARM/dbg-tcreturn.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/ARM/dbg-tcreturn.ll b/llvm/test/CodeGen/ARM/dbg-tcreturn.ll index 9aed1bb14d5..37ec4e3d92e 100644 --- a/llvm/test/CodeGen/ARM/dbg-tcreturn.ll +++ b/llvm/test/CodeGen/ARM/dbg-tcreturn.ll @@ -1,4 +1,5 @@ -; RUN: llc %s -o - -stop-after=finalize-isel | FileCheck %s +; XFAIL: * +; RUN: llc %s -o - -stop-after=finalize-isel -verify-machineinstr | FileCheck %s target datalayout = "e-m:o-p:32:32-Fi8-f64:32:64-v64:32:64-v128:32:128-a:0:32-n32-S32" target triple = "thumbv7-apple-ios7.0.0" -- 2.11.0