diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-04-12 12:54:58 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-04-12 12:54:58 +0000 |
commit | b6ad2bd51195f7675db0f71c5826a12a2b7090fc (patch) | |
tree | 06a8be2af20ba8e2d4f6e592182843f26d26eaec /test/MC/AArch64/elf-objdump.s | |
parent | 15e883787f38b7c424e9de4ec8485ad9e32603b0 (diff) | |
download | external_llvm-b6ad2bd51195f7675db0f71c5826a12a2b7090fc.zip external_llvm-b6ad2bd51195f7675db0f71c5826a12a2b7090fc.tar.gz external_llvm-b6ad2bd51195f7675db0f71c5826a12a2b7090fc.tar.bz2 |
AArch64: use full triple for ELF tests
These tests rely specifically on the names of ELF relocations, let alone any
other detail. There's no way they'd work if LLVM was emitting something else by
default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179376 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/AArch64/elf-objdump.s')
-rw-r--r-- | test/MC/AArch64/elf-objdump.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/elf-objdump.s b/test/MC/AArch64/elf-objdump.s index c5aa5b1..51d444a 100644 --- a/test/MC/AArch64/elf-objdump.s +++ b/test/MC/AArch64/elf-objdump.s @@ -1,5 +1,5 @@ // 64 bit little endian -// RUN: llvm-mc -filetype=obj -arch=aarch64 -triple aarch64-none-linux-gnu %s -o - | llvm-objdump -d +// RUN: llvm-mc -filetype=obj -triple aarch64-none-linux-gnu %s -o - | llvm-objdump -d // We just want to see if llvm-objdump works at all. // CHECK: .text |