forked from OSchip/llvm-project
Fix test command line to avoid generating output file.
llvm-svn: 204437
This commit is contained in:
parent
e1237993c7
commit
67b9c50c53
|
@ -1,4 +1,4 @@
|
|||
; RUN: not llc %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
|
||||
; RUN: not llc < %s -verify-machineinstrs -mtriple=armv7-none-linux-gnu -mattr=+neon 2>&1 | FileCheck %s
|
||||
|
||||
%struct.float4 = type { float, float, float, float }
|
||||
|
||||
|
|
Loading…
Reference in New Issue