[MCJIT] Replace JITEventListener::anchor (temporarily removed in r222861), and
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
index 9e53f8757ec0f18b8f3ba64c4532cec06e886620..5790eee9c8229e3d163aaac305a0450e67d64f5d 100644 (file)
@@ -1,3 +1,6 @@
 add_llvm_library(LLVMRuntimeDyld
   RuntimeDyld.cpp
+  RuntimeDyldChecker.cpp
+  RuntimeDyldELF.cpp
+  RuntimeDyldMachO.cpp
   )