llvm-6502/tools/lli
Andrew Kaylor 4bad07fbec Fixing problems in lli's RemoteMemoryManager.
This fixes a problem from a previous check-in where a return value was omitted.

Previously the remote/stubs-remote.ll and remote/stubs-sm-pic.ll tests were reporting passes, but they should have been failing.  Those tests attempt to link against an external symbol and remote symbol resolution is not supported.  The old RemoteMemoryManager implementation resulted in local symbols being used for resolution and the child process crashed but the test didn't notice.  With this check-in remote symbol resolution fails, and so the test (correctly) fails.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192514 91177308-0d34-0410-b5e6-96231b3b80d8
2013-10-11 22:47:10 +00:00
..
ChildTarget lli: Plug leaks in the remote target external implementation. 2013-10-05 11:53:20 +00:00
Unix lli: Plug leaks in the remote target external implementation. 2013-10-05 11:53:20 +00:00
Windows lli: Plug leaks in the remote target external implementation. 2013-10-05 11:53:20 +00:00
CMakeLists.txt
lli.cpp Fixing problems in lli's RemoteMemoryManager. 2013-10-11 22:47:10 +00:00
LLVMBuild.txt
Makefile
RemoteMemoryManager.cpp Adding multiple object support to MCJIT EH frame handling 2013-10-11 21:25:48 +00:00
RemoteMemoryManager.h Fixing problems in lli's RemoteMemoryManager. 2013-10-11 22:47:10 +00:00
RemoteTarget.cpp
RemoteTarget.h
RemoteTargetExternal.cpp
RemoteTargetExternal.h lli: Plug leaks in the remote target external implementation. 2013-10-05 11:53:20 +00:00
RemoteTargetMessage.h