diff --git a/llvm/lib/DebugInfo/BTF/CMakeLists.txt b/llvm/lib/DebugInfo/BTF/CMakeLists.txt index e8857b77bd455..689470c8f23e8 100644 --- a/llvm/lib/DebugInfo/BTF/CMakeLists.txt +++ b/llvm/lib/DebugInfo/BTF/CMakeLists.txt @@ -4,6 +4,9 @@ add_llvm_component_library(LLVMDebugInfoBTF ADDITIONAL_HEADER_DIRS "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF" + DEPENDS + intrinsics_gen + LINK_COMPONENTS Support )