[llvm] dbd0200 - [Hexagon] Use %t for output file in test introduced in 97d51e3fa8e8 (NFCI).
Jorge Gorbe Moya via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 1 10:14:56 PST 2023
Author: Jorge Gorbe Moya
Date: 2023-02-01T10:12:41-08:00
New Revision: dbd02002dd0cb73fc8d3266a146e68d2640f21d2
URL: https://github.com/llvm/llvm-project/commit/dbd02002dd0cb73fc8d3266a146e68d2640f21d2
DIFF: https://github.com/llvm/llvm-project/commit/dbd02002dd0cb73fc8d3266a146e68d2640f21d2.diff
LOG: [Hexagon] Use %t for output file in test introduced in 97d51e3fa8e8 (NFCI).
Added:
Modified:
llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s
Removed:
################################################################################
diff --git a/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s b/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s
index fba4aec852f15..fc8a42477389c 100644
--- a/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s
+++ b/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s
@@ -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
More information about the llvm-commits
mailing list