Make the llvm mangler depend only on DataLayout.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
index 38fdffa0e991c292bcef9ccbdaf908542a7b59b8..088635a0e999d64bb2af312ebed74a7abb605b07 100644 (file)
@@ -1,4 +1,4 @@
 add_llvm_library(LLVMMCJIT
   MCJIT.cpp
-  Intercept.cpp
+  SectionMemoryManager.cpp
   )