summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorWeiming Zhao <weimingz@codeaurora.org>2014-06-24 17:05:43 +0000
committerWeiming Zhao <weimingz@codeaurora.org>2014-06-24 17:05:43 +0000
commit1357f0e1a7455c9042d1dc48ecdf91c3ad9554ab (patch)
treed9a56ed84d916919575f78558bc040106beb7d18 /test
parent10ec44d87a47bd28c1603c56f5a5c48fc1c2b462 (diff)
downloadllvm-1357f0e1a7455c9042d1dc48ecdf91c3ad9554ab.tar.gz
llvm-1357f0e1a7455c9042d1dc48ecdf91c3ad9554ab.tar.bz2
llvm-1357f0e1a7455c9042d1dc48ecdf91c3ad9554ab.tar.xz
Fix test case in r211605/r211533
The test case in "Fix PR20056: Implement pseudo LDR <reg>, =<literal/label> for AArch64" should only work with Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211613 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/MC/AArch64/ldr-pseudo.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MC/AArch64/ldr-pseudo.s b/test/MC/AArch64/ldr-pseudo.s
index 5f5bc5b3f5..6c82fb96b8 100644
--- a/test/MC/AArch64/ldr-pseudo.s
+++ b/test/MC/AArch64/ldr-pseudo.s
@@ -1,4 +1,4 @@
-//RUN: llvm-mc -arch aarch64 %s | FileCheck %s
+//RUN: llvm-mc -triple=aarch64-linux-gnu %s | FileCheck %s
//
// Check that large constants are converted to ldr from constant pool