diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 00:14:50 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-08-20 00:14:50 +0000 |
commit | 2393389226642f1c300474284f9407987b60e6fb (patch) | |
tree | 63fd7455fe1402061d2c4dbcf17c4fed8b1e31a0 /llvm/test/ExecutionEngine | |
parent | d38ad47cfaefa7c72d8b3024b7a63de146120dc8 (diff) | |
download | bcm5719-llvm-2393389226642f1c300474284f9407987b60e6fb.tar.gz bcm5719-llvm-2393389226642f1c300474284f9407987b60e6fb.zip |
Marking two MCJIT PIC tests as XFAIL on Darwin
llvm-svn: 188734
Diffstat (limited to 'llvm/test/ExecutionEngine')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll | 2 | ||||
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/hello-sm-pic.ll | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll index 98c2636666a..4c059bbc79d 100644 --- a/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll +++ b/llvm/test/ExecutionEngine/MCJIT/eh-sm-pic.ll @@ -1,5 +1,5 @@ ; RUN: %lli_mcjit -relocation-model=pic -code-model=small %s -; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386 +; XFAIL: arm, cygwin, win32, mingw, mips, i686, i386, darwin declare i8* @__cxa_allocate_exception(i64) declare void @__cxa_throw(i8*, i8*, i8*) declare i32 @__gxx_personality_v0(...) diff --git a/llvm/test/ExecutionEngine/MCJIT/hello-sm-pic.ll b/llvm/test/ExecutionEngine/MCJIT/hello-sm-pic.ll index a201c47d95e..8245c4172ff 100644 --- a/llvm/test/ExecutionEngine/MCJIT/hello-sm-pic.ll +++ b/llvm/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] |