[Hexagon] Use %t for output file in test introduced in 97d51e3fa8e8 (NFCI).
authorJorge Gorbe Moya <jgorbe@google.com>
Wed, 1 Feb 2023 18:12:41 +0000 (10:12 -0800)
committerJorge Gorbe Moya <jgorbe@google.com>
Wed, 1 Feb 2023 18:12:41 +0000 (10:12 -0800)
llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s

index fba4aec..fc8a424 100644 (file)
@@ -1,4 +1,4 @@
-# RUN: not llvm-mc -arch=hexagon -mv65 -mhvx -filetype=obj -o 1.o %s 2>&1 | FileCheck --implicit-check-not=error %s
+# RUN: not llvm-mc -arch=hexagon -mv65 -mhvx -filetype=obj -o %t %s 2>&1 | FileCheck --implicit-check-not=error %s
 
 { v1 = v2; vshuff(v1,v3,r0) }
 # CHECK: error: register `V1' modified more than once