blob: 05fb5a30bcdb1e43a8ec4888988d6949e9560386 [file] [log] [blame]
Joseph Tremoulet5aad1e12015-06-22 15:27:58 +00001add_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 )