Skip to content

Commit

Permalink
[LLVM][LTO] Add missing dependency
Browse files Browse the repository at this point in the history
Fixes 'llvm/CodeGen/GenVT.inc' file not found.

Follow up to llvm#98512
  • Loading branch information
vitalybuka authored and sgundapa committed Jul 23, 2024
1 parent 71a8f43 commit 2a807f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/IR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ add_llvm_component_library(LLVMCore
${LLVM_PTHREAD_LIB}

DEPENDS
vt_gen
intrinsics_gen

LINK_COMPONENTS
Expand Down

0 comments on commit 2a807f1

Please sign in to comment.