[ExecutionEngine][RuntimeDyld] Move JITSymbol from ExecutionEngine to RuntimeDyld.

JITSymbol really belongs in RuntimeDyld. This should fix the llvm-rtdyld link
failures caused by r277943.

llvm-svn: 277945
This commit is contained in:
Lang Hames 2016-08-07 01:19:37 +00:00
parent 71f089c82b
commit 4679644c53
3 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,6 @@ add_llvm_library(LLVMExecutionEngine
ExecutionEngine.cpp
ExecutionEngineBindings.cpp
GDBRegistrationListener.cpp
JITSymbol.cpp
SectionMemoryManager.cpp
TargetSelect.cpp

View File

@ -1,4 +1,5 @@
add_llvm_library(LLVMRuntimeDyld
JITSymbol.cpp
RTDyldMemoryManager.cpp
RuntimeDyld.cpp
RuntimeDyldChecker.cpp