Joseph Tremoulet | 5aad1e1 | 2015-06-22 15:27:58 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMOrcJIT |
2 | ExecutionUtils.cpp | ||||
3 | IndirectionUtils.cpp | ||||
4 | NullResolver.cpp | ||||
5 | OrcMCJITReplacement.cpp | ||||
6 | OrcTargetSupport.cpp | ||||
7 | |||||
8 | ADDITIONAL_HEADER_DIRS | ||||
9 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc | ||||
10 | |||||
11 | DEPENDS | ||||
12 | intrinsics_gen | ||||
13 | ) |