llvm-6502/lib/ExecutionEngine/RuntimeDyld
Lang Hames 973e54ac96 [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed.
All symbols have to be stored in the global symbol to enable
cross-rtdyld-instance linking, so the local symbol table content is
redundant.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@222867 91177308-0d34-0410-b5e6-96231b3b80d8
2014-11-27 05:40:13 +00:00
..
Targets [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
CMakeLists.txt [MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and 2014-11-27 01:41:16 +00:00
LLVMBuild.txt Fix build following r211956 2014-06-28 06:31:47 +00:00
Makefile
RuntimeDyld.cpp [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldChecker.cpp [MCJIT] Move get-any-symbol-load-address logic out of RuntimeDyld and into 2014-11-27 00:12:28 +00:00
RuntimeDyldCheckerImpl.h [MCJIT] Add command-line argument to llvm-rtdyld to specify target addresses for 2014-09-04 04:19:54 +00:00
RuntimeDyldELF.cpp [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldELF.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldImpl.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldMachO.cpp [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00
RuntimeDyldMachO.h [MCJIT] Remove the local symbol table from RuntimeDlyd - it's not needed. 2014-11-27 05:40:13 +00:00