mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Fix test command line to avoid generating output file.
llvm-svn: 204437
This commit is contained in:
parent
4470e9c92d
commit
ae78ca22fd
@ -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
Block a user