[llvm] r205991 - Remove the use of "%e" as it is not a valid expansion like "%t".

Kaelyn Takata rikka at google.com
Thu Apr 10 14:55:58 PDT 2014


Author: rikka
Date: Thu Apr 10 16:55:58 2014
New Revision: 205991

URL: http://llvm.org/viewvc/llvm-project?rev=205991&view=rev
Log:
Remove the use of "%e" as it is not a valid expansion like "%t".

Modified:
    llvm/trunk/test/MC/ARM/neon-vld-vst-align.s

Modified: llvm/trunk/test/MC/ARM/neon-vld-vst-align.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/ARM/neon-vld-vst-align.s?rev=205991&r1=205990&r2=205991&view=diff
==============================================================================
--- llvm/trunk/test/MC/ARM/neon-vld-vst-align.s (original)
+++ llvm/trunk/test/MC/ARM/neon-vld-vst-align.s Thu Apr 10 16:55:58 2014
@@ -1,6 +1,6 @@
-@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s > %t 2> %e
+@ RUN: not llvm-mc -triple=thumbv7-apple-darwin -show-encoding < %s > %t 2> %t.err
 @ RUN: FileCheck < %t %s
-@ RUN: FileCheck --check-prefix=CHECK-ERRORS < %e %s
+@ RUN: FileCheck --check-prefix=CHECK-ERRORS < %t.err %s
 
 	vld1.8	{d0}, [r4]
 	vld1.8	{d0}, [r4:16]





More information about the llvm-commits mailing list