[llvm] r361817 - Follow up of r361810: test case fix attempt for Windows builder

Sjoerd Meijer via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 06:04:48 PDT 2019


Author: sjoerdmeijer
Date: Tue May 28 06:04:47 2019
New Revision: 361817

URL: http://llvm.org/viewvc/llvm-project?rev=361817&view=rev
Log:
Follow up of r361810: test case fix attempt for Windows builder

Modified:
    llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll

Modified: llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll?rev=361817&r1=361816&r2=361817&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/O3-pipeline.ll Tue May 28 06:04:47 2019
@@ -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
 




More information about the llvm-commits mailing list