Skip to content

Commit

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

Follow up to #98512

Test Plan: 

Reviewers: 

Subscribers: 

Tasks: 

Tags: 


Differential Revision: https://phabricator.intern.facebook.com/D60251678
  • Loading branch information
vitalybuka authored and yuxuanchen1997 committed Jul 25, 2024
1 parent fac0d18 commit a556297
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 a556297

Please sign in to comment.