From 1357f0e1a7455c9042d1dc48ecdf91c3ad9554ab Mon Sep 17 00:00:00 2001 From: Weiming Zhao Date: Tue, 24 Jun 2014 17:05:43 +0000 Subject: [PATCH] Fix test case in r211605/r211533 The test case in "Fix PR20056: Implement pseudo LDR , = for AArch64" should only work with Linux. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211613 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AArch64/ldr-pseudo.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/MC/AArch64/ldr-pseudo.s b/test/MC/AArch64/ldr-pseudo.s index 5f5bc5b3f57..6c82fb96b85 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