Add an option to MCJIT to have it forward all sections to the
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
1 add_llvm_library(LLVMMCJIT
2   MCJIT.cpp
3   SectionMemoryManager.cpp
4   )