Adding a workaround for __main linking with remote lli and Cygwin/MinGW
authorAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 01:29:56 +0000 (01:29 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Tue, 29 Oct 2013 01:29:56 +0000 (01:29 +0000)
commit47b7fd54481d25aff90bfe772d54435bbea0908f
tree42da7e573c9f0901ecebe5d219141423cac85bbe
parent72580780a98cb8b0019b7ec4ed88e3f3328b9969
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
test/ExecutionEngine/MCJIT/remote/cross-module-a.ll
test/ExecutionEngine/MCJIT/remote/multi-module-a.ll
test/ExecutionEngine/MCJIT/remote/simpletest-remote.ll
test/ExecutionEngine/MCJIT/remote/test-common-symbols-remote.ll
test/ExecutionEngine/MCJIT/remote/test-data-align-remote.ll
test/ExecutionEngine/MCJIT/remote/test-fp-no-external-funcs-remote.ll
test/ExecutionEngine/MCJIT/remote/test-global-init-nonzero-remote.ll
test/ExecutionEngine/MCJIT/remote/test-ptr-reloc-remote.ll
tools/lli/lli.cpp