Joseph Tremoulet | 771f4d9 | 2015-06-22 21:37:34 +0000 | [diff] [blame] | 1 | add_llvm_library(LLVMOrcJIT |
| 2 | ExecutionUtils.cpp |
| 3 | IndirectionUtils.cpp |
| 4 | NullResolver.cpp |
Lang Hames | 70b2406 | 2016-01-11 00:56:15 +0000 | [diff] [blame] | 5 | OrcArchitectureSupport.cpp |
Lang Hames | 130a7c4 | 2015-10-28 02:40:04 +0000 | [diff] [blame] | 6 | OrcCBindings.cpp |
| 7 | OrcCBindingsStack.cpp |
Lang Hames | 4026f90 | 2016-01-11 00:34:13 +0000 | [diff] [blame] | 8 | OrcError.cpp |
Joseph Tremoulet | 771f4d9 | 2015-06-22 21:37:34 +0000 | [diff] [blame] | 9 | OrcMCJITReplacement.cpp |
Lang Hames | 4d0a5a9e | 2016-01-11 01:40:11 +0000 | [diff] [blame^] | 10 | OrcRemoteTargetRPCAPI.cpp |
Joseph Tremoulet | 771f4d9 | 2015-06-22 21:37:34 +0000 | [diff] [blame] | 11 | |
| 12 | ADDITIONAL_HEADER_DIRS |
| 13 | ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc |
| 14 | |
| 15 | DEPENDS |
| 16 | intrinsics_gen |
| 17 | ) |