Index: llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt =================================================================== --- llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt +++ llvm/lib/ExecutionEngine/Orc/Shared/CMakeLists.txt @@ -5,6 +5,9 @@ ADDITIONAL_HEADER_DIRS ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc + DEPENDS + intrinsics_gen + LINK_COMPONENTS Support )