OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
index c236d1d..12bbcc6 100644 (file)
@@ -1,9 +1,7 @@
 add_llvm_library(LLVMRuntimeDyld
+  RTDyldMemoryManager.cpp
   RuntimeDyld.cpp
+  RuntimeDyldChecker.cpp
+  RuntimeDyldELF.cpp
   RuntimeDyldMachO.cpp
   )
-
-add_llvm_library_dependencies(LLVMRuntimeDyld
-  LLVMObject
-  LLVMSupport
-  )