llvm-6502/test/ExecutionEngine/MCJIT/remote
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
..
cross-module-a.ll Adding support and tests for multiple module handling in lli 2013-10-04 00:49:38 +00:00
cross-module-b.ir Adding support and tests for multiple module handling in lli 2013-10-04 00:49:38 +00:00
cross-module-sm-pic-a.ll Updating XFAILs for recent GOT tests 2013-10-05 01:56:50 +00:00
lit.local.cfg [tests] Cleanup initialization of test suffixes. 2013-08-16 00:37:11 +00:00
multi-module-a.ll Adding support and tests for multiple module handling in lli 2013-10-04 00:49:38 +00:00
multi-module-b.ir Adding support and tests for multiple module handling in lli 2013-10-04 00:49:38 +00:00
multi-module-c.ir Adding support and tests for multiple module handling in lli 2013-10-04 00:49:38 +00:00
multi-module-sm-pic-a.ll Updating XFAILs for recent GOT tests 2013-10-05 01:56:50 +00:00
simpletest-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
stubs-remote.ll Fixing problems in lli's RemoteMemoryManager. 2013-10-11 22:47:10 +00:00
stubs-sm-pic.ll Fixing problems in lli's RemoteMemoryManager. 2013-10-11 22:47:10 +00:00
test-common-symbols-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
test-data-align-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
test-fp-no-external-funcs-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
test-global-init-nonzero-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
test-global-init-nonzero-sm-pic.ll Fix some more MCJIT PIC test XFAILs (for i386) 2013-09-20 22:12:03 +00:00
test-ptr-reloc-remote.ll Adding out-of-process execution support to lli. 2013-10-02 17:12:36 +00:00
test-ptr-reloc-sm-pic.ll Fix some more MCJIT PIC test XFAILs (for i386) 2013-09-20 22:12:03 +00:00