[Orc] LLVMLinkInOrcMCJITReplacement shouldn't be in the anonymous namespace.
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
1 add_llvm_library(LLVMOrcJIT
2   CloneSubModule.cpp
3   IndirectionUtils.cpp
4   OrcMCJITReplacement.cpp
5   OrcTargetSupport.cpp
6   )