From b6ad2bd51195f7675db0f71c5826a12a2b7090fc Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Fri, 12 Apr 2013 12:54:58 +0000 Subject: 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 --- test/MC/AArch64/tls-relocs.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/MC/AArch64/tls-relocs.s') diff --git a/test/MC/AArch64/tls-relocs.s b/test/MC/AArch64/tls-relocs.s index c4cccda..d0e336e 100644 --- a/test/MC/AArch64/tls-relocs.s +++ b/test/MC/AArch64/tls-relocs.s @@ -1,5 +1,5 @@ -// RUN: llvm-mc -arch=aarch64 -show-encoding < %s | FileCheck %s -// RUN: llvm-mc -arch=aarch64 -filetype=obj < %s -o - | \ +// RUN: llvm-mc -triple=aarch64-none-linux-gnu -show-encoding < %s | FileCheck %s +// RUN: llvm-mc -triple=aarch64-none-linux-gnu -filetype=obj < %s -o - | \ // RUN: llvm-readobj -r -t | FileCheck --check-prefix=CHECK-ELF %s // TLS local-dynamic forms -- cgit v1.1