OSDN Git Service

Update aosp/master LLVM for rebase to r230699.
[android-x86/external-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
7   ADDITIONAL_HEADER_DIRS
8   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
9   )