diff --git a/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt b/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt --- a/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt +++ b/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt @@ -3,4 +3,7 @@ RPCError.cpp ADDITIONAL_HEADER_DIRS ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc + + DEPENDS + intrinsics_gen )