summaryrefslogtreecommitdiff
path: root/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
diff options
context:
space:
mode:
authorAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 00:14:50 +0000
committerAndrew Kaylor <andrew.kaylor@intel.com>2013-08-20 00:14:50 +0000
commit93c25ccdff9a521da2aa854d39141a71f1f870db (patch)
tree6312b960f9140658f476fa5ff175687a35739cd9 /test/ExecutionEngine/MCJIT/hello-sm-pic.ll
parentd464018e7a515b420d59dc0555adafaae6200867 (diff)
downloadllvm-93c25ccdff9a521da2aa854d39141a71f1f870db.tar.gz
llvm-93c25ccdff9a521da2aa854d39141a71f1f870db.tar.bz2
llvm-93c25ccdff9a521da2aa854d39141a71f1f870db.tar.xz
Marking two MCJIT PIC tests as XFAIL on Darwin
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/hello-sm-pic.ll')
-rw-r--r--test/ExecutionEngine/MCJIT/hello-sm-pic.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/MCJIT/hello-sm-pic.ll b/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
index a201c47d95..8245c4172f 100644
--- a/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
+++ b/test/ExecutionEngine/MCJIT/hello-sm-pic.ll
@@ -1,5 +1,5 @@
; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s > /dev/null
-; XFAIL: mips, i686, i386
+; XFAIL: mips, i686, i386, darwin
@.LC0 = internal global [12 x i8] c"Hello World\00" ; <[12 x i8]*> [#uses=1]