diff options
Diffstat (limited to 'test/MC/AArch64/elf-reloc-addsubimm.s')
-rw-r--r-- | test/MC/AArch64/elf-reloc-addsubimm.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/elf-reloc-addsubimm.s b/test/MC/AArch64/elf-reloc-addsubimm.s index 30490be7e1..0321dda332 100644 --- a/test/MC/AArch64/elf-reloc-addsubimm.s +++ b/test/MC/AArch64/elf-reloc-addsubimm.s @@ -1,4 +1,4 @@ -// RUN: llvm-mc -arch=aarch64 -filetype=obj %s -o - | \ +// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj %s -o - | \ // RUN: llvm-readobj -r | FileCheck -check-prefix=OBJ %s add x2, x3, #:lo12:some_label |