From: Sjoerd Meijer Date: Tue, 28 May 2019 13:04:47 +0000 (+0000) Subject: Follow up of r361810: test case fix attempt for Windows builder X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64abd1525db8548d53f91104ffca031a8200cee2;p=llvm Follow up of r361810: test case fix attempt for Windows builder git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@361817 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/O3-pipeline.ll b/test/CodeGen/ARM/O3-pipeline.ll index 094dd6d0644..501877fb3f7 100644 --- a/test/CodeGen/ARM/O3-pipeline.ll +++ b/test/CodeGen/ARM/O3-pipeline.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=arm -O3 -debug-pass=Structure < %s -o /dev/null 2>&1 | FileCheck %s +; RUN: llc -mtriple=arm -O3 -debug-pass=Structure < %s -o /dev/null 2>&1 | grep -v "Verify generated machine code" | FileCheck %s ; REQUIRES: asserts