From a556297311ecb5915138eedf125ce16e4e2c7ab7 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Tue, 16 Jul 2024 12:48:08 -0700 Subject: [PATCH] [LLVM][LTO] Add missing dependency 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 --- llvm/lib/IR/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt index 91e0e0cc65f36b..8bf199f0f44c91 100644 --- a/llvm/lib/IR/CMakeLists.txt +++ b/llvm/lib/IR/CMakeLists.txt @@ -82,6 +82,7 @@ add_llvm_component_library(LLVMCore ${LLVM_PTHREAD_LIB} DEPENDS + vt_gen intrinsics_gen LINK_COMPONENTS