diff options
author | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-29 01:29:56 +0000 |
---|---|---|
committer | Andrew Kaylor <andrew.kaylor@intel.com> | 2013-10-29 01:29:56 +0000 |
commit | 47b7fd54481d25aff90bfe772d54435bbea0908f (patch) | |
tree | 42da7e573c9f0901ecebe5d219141423cac85bbe /test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | |
parent | 72580780a98cb8b0019b7ec4ed88e3f3328b9969 (diff) | |
download | external_llvm-47b7fd54481d25aff90bfe772d54435bbea0908f.zip external_llvm-47b7fd54481d25aff90bfe772d54435bbea0908f.tar.gz external_llvm-47b7fd54481d25aff90bfe772d54435bbea0908f.tar.bz2 |
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193570 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine/MCJIT/remote/cross-module-a.ll')
-rw-r--r-- | test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll index 79efb3c..094d362 100644 --- a/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll +++ b/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll @@ -1,8 +1,5 @@ ; RUN: %lli_mcjit -extra-module=%p/Inputs/cross-module-b.ll -disable-lazy-compilation=true -remote-mcjit -mcjit-remote-process=lli-child-target %s > /dev/null -; This fails because __main is not resolved in remote mcjit. -; XFAIL: cygwin,mingw32 - declare i32 @FB() define i32 @FA() { |