[MCJIT] Fix PR20656 by teaching MCJIT to honor ExecutionEngine's global mapping.
[oota-llvm.git] / lib / ExecutionEngine / MCJIT / CMakeLists.txt
1 add_llvm_library(LLVMMCJIT
2   MCJIT.cpp
3
4   DEPENDS
5   intrinsics_gen
6   )