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