[PATCH] D43342: [ARM] Fix redirect in inline assembly test
Phabricator via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 11:20:09 PST 2018
This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL325283: [ARM] Fix redirect in inline assembly test (authored by pabbar01, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D43342
Files:
llvm/trunk/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
Index: llvm/trunk/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
===================================================================
--- llvm/trunk/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
+++ llvm/trunk/test/CodeGen/ARM/inlineasm-error-t-toofewregs.ll
@@ -1,4 +1,4 @@
-; RUN: not llc -mtriple=armv8-eabi -mattr=+neon %s -o /dev/null 2<&1 | FileCheck %s
+; RUN: not llc -mtriple=armv8-eabi -mattr=+neon %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: inline assembly requires more registers than available
define <4 x float> @t-constraint-float-vectors-too-few-regs(<4 x float> %a, <4 x float> %b) {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43342.134470.patch
Type: text/x-patch
Size: 611 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180215/44e3d1c7/attachment.bin>
More information about the llvm-commits
mailing list