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 | 1ca510ea670d02e4e78e8f8cdf062afce08f30a9 (patch) | |
tree | e9dc961cb510261b4a1c99f231215f630487a2ec /llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | |
parent | fc184734009df551eb36e80396875cc9a2ec4acf (diff) | |
download | bcm5719-llvm-1ca510ea670d02e4e78e8f8cdf062afce08f30a9.tar.gz bcm5719-llvm-1ca510ea670d02e4e78e8f8cdf062afce08f30a9.zip |
Adding a workaround for __main linking with remote lli and Cygwin/MinGW
llvm-svn: 193570
Diffstat (limited to 'llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll')
-rw-r--r-- | llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll b/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll index 79efb3cfc77..094d362262c 100644 --- a/llvm/test/ExecutionEngine/MCJIT/remote/cross-module-a.ll +++ b/llvm/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() { |