Skip to content

Commit bb604ae

Browse files
committed
[LLVM][LTO] Add missing dependency
Fixes 'llvm/CodeGen/GenVT.inc' file not found. Follow up to #98512
1 parent bccd119 commit bb604ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ add_llvm_component_library(LLVMCore
8282
${LLVM_PTHREAD_LIB}
8383

8484
DEPENDS
85+
vt_gen
8586
intrinsics_gen
8687

8788
LINK_COMPONENTS

0 commit comments

Comments
 (0)