IR: Factor out replaceUsesOfWithOnConstantImpl(), NFC
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
index aae8a1b2c521e9e81f6847be9cf5f10161cc0e4d..088635a0e999d64bb2af312ebed74a7abb605b07 100644 (file)
@@ -1,12 +1,4 @@
 add_llvm_library(LLVMMCJIT
   MCJIT.cpp
-  Intercept.cpp
-  )
-
-add_llvm_library_dependencies(LLVMMCJIT
-  LLVMCore
-  LLVMExecutionEngine
-  LLVMRuntimeDyld
-  LLVMSupport
-  LLVMTarget
+  SectionMemoryManager.cpp
   )