[MCJIT] Clean up RuntimeDyld's quirky object-ownership/modification scheme.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
index 59bdfee3db435c94c4645a287aa26141399cda94..583d7a0aa41de2efbf8ed9e6c9c94b3b1020f5ea 100644 (file)
@@ -1,4 +1,7 @@
 add_llvm_library(LLVMRuntimeDyld
+  GDBRegistrationListener.cpp
   RuntimeDyld.cpp
+  RuntimeDyldChecker.cpp
+  RuntimeDyldELF.cpp
   RuntimeDyldMachO.cpp
   )