[llvm] bb604ae - [LLVM][LTO] Add missing dependency

Vitaly Buka via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 16 12:52:30 PDT 2024


Author: Vitaly Buka
Date: 2024-07-16T12:52:20-07:00
New Revision: bb604ae9b8adbc0a0852eb68545eff685902f41b

URL: https://github.com/llvm/llvm-project/commit/bb604ae9b8adbc0a0852eb68545eff685902f41b
DIFF: https://github.com/llvm/llvm-project/commit/bb604ae9b8adbc0a0852eb68545eff685902f41b.diff

LOG: [LLVM][LTO] Add missing dependency

Fixes 'llvm/CodeGen/GenVT.inc' file not found.

Follow up to #98512

Added: 
    

Modified: 
    llvm/lib/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 91e0e0cc65f36..8bf199f0f44c9 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


        


More information about the llvm-commits mailing list