Skip to content

Commit

Permalink
Fix test case in r211605/r211533
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Weiming Zhao committed Jun 24, 2014
1 parent 10ec44d commit 1357f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MC/AArch64/ldr-pseudo.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1357f0e

Please sign in to comment.