Skip to content

Commit a01d183

Browse files
committed
[DebugInfo] Add missing dependency on intrinsics_gen
1 parent f05b58a commit a01d183

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/DebugInfo/BTF/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ add_llvm_component_library(LLVMDebugInfoBTF
44
ADDITIONAL_HEADER_DIRS
55
"${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/BTF"
66

7+
DEPENDS
8+
intrinsics_gen
9+
710
LINK_COMPONENTS
811
Support
912
)

0 commit comments

Comments
 (0)