aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/hello.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/hello.ll')
-rw-r--r--test/CodeGen/ARM/hello.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/hello.ll b/test/CodeGen/ARM/hello.ll
index 4fbcb56..4b713ba 100644
--- a/test/CodeGen/ARM/hello.ll
+++ b/test/CodeGen/ARM/hello.ll
@@ -2,6 +2,7 @@
; RUN: llvm-as < %s | llc -mtriple=arm-linux | grep mov | wc -l | grep 1 &&
; RUN: llvm-as < %s | llc -mtriple=arm-linux --disable-fp-elim | grep mov | wc -l | grep 2
; RUN: llvm-as < %s | llc -mtriple=arm-apple-darwin | grep mov | wc -l | grep 2
+; XFAIL: *
@str = internal constant [12 x i8] c"Hello World\00"