diff options
author | Jorge Gorbe Moya <jgorbe@google.com> | 2023-02-01 10:12:41 -0800 |
---|---|---|
committer | Jorge Gorbe Moya <jgorbe@google.com> | 2023-02-01 10:12:41 -0800 |
commit | dbd02002dd0cb73fc8d3266a146e68d2640f21d2 (patch) | |
tree | ad5f57ddef8a0cff41f8b8735e58422064e53385 | |
parent | f84d30e172b1f2365b1437b931d99156a76ed8f2 (diff) | |
download | llvm-dbd02002dd0cb73fc8d3266a146e68d2640f21d2.zip llvm-dbd02002dd0cb73fc8d3266a146e68d2640f21d2.tar.gz llvm-dbd02002dd0cb73fc8d3266a146e68d2640f21d2.tar.bz2 |
[Hexagon] Use %t for output file in test introduced in 97d51e3fa8e8 (NFCI).
-rw-r--r-- | llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s b/llvm/test/MC/Hexagon/PacketRules/hvx_vshuff_vdeal.s index fba4aec..fc8a424 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 |