summaryrefslogtreecommitdiffstats
path: root/llvm/tools/lli/RemoteMemoryManager.cpp
Commit message (Collapse)AuthorAgeFilesLines
* MCJIT-remote: __main should be resolved in child context.NAKAMURA Takumi2013-10-271-16/+0
| | | | | | | | | | | | | | | - Mark tests as XFAIL:cygming in test/ExecutionEngine/MCJIT/remote. Rather to suppress them, I'd like to leave them running as XFAIL. - Revert r193472. RecordMemoryManager no longer resolves __main on cygming. There are a couple of issues. - X86 Codegen emits "call __main" in @main for targeting cygming. It is useless in JIT. FYI, tests are passing when emitting __main is disabled. - Current remote JIT does not resolve any symbols in child context. FIXME: __main should be disabled, or remote JIT should resolve __main. llvm-svn: 193498
* lli/RemoteMemoryManager.cpp: Resurrect __main stuff removed in r192504 to ↵NAKAMURA Takumi2013-10-261-0/+16
| | | | | | unbreak mingw32. llvm-svn: 193472
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-111-24/+0
| | | | llvm-svn: 192504
* Attempting to fix lli build errorAndrew Kaylor2013-10-041-3/+3
| | | | llvm-svn: 191979
* Fixing container/pointer bug in remote-lli found by ASanAndrew Kaylor2013-10-041-26/+26
| | | | llvm-svn: 191976
* Adding support and tests for multiple module handling in lliAndrew Kaylor2013-10-041-0/+230
llvm-svn: 191938
OpenPOWER on IntegriCloud