Skip to content

Commit 50ce850

Browse files
committed
Use -triple instead of -arch.
Change-Id: Id8d527019ffc90f850c20133fdd2b71a7156d92c
1 parent c511435 commit 50ce850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/MC/Hexagon/hvx-nv-pair-reverse.s

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# RUN: llvm-mc -arch=hexagon -mv69 -mhvx -filetype=obj %s | \
2-
# RUN: llvm-objdump --arch=hexagon --mcpu=hexagonv69 --mattr=+hvx -d - | \
1+
# RUN: llvm-mc -triple=hexagon -mv69 -mhvx -filetype=obj %s | \
2+
# RUN: llvm-objdump --triple=hexagon --mcpu=hexagonv69 --mattr=+hvx -d - | \
33
# RUN: FileCheck %s
44
# CHECK: 00000000 <.text>:
55

0 commit comments

Comments
 (0)