diff options
Diffstat (limited to 'test/MC/AArch64/elf-reloc-condbr.s')
-rw-r--r-- | test/MC/AArch64/elf-reloc-condbr.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/elf-reloc-condbr.s b/test/MC/AArch64/elf-reloc-condbr.s index f55ba86bf3..684e75a33c 100644 --- a/test/MC/AArch64/elf-reloc-condbr.s +++ b/test/MC/AArch64/elf-reloc-condbr.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 b.eq somewhere |