[llvm] e2965fe - Revert "[LLVM][LTO] Add missing dependency"

NAKAMURA Takumi via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 19 20:37:25 PDT 2024


Author: NAKAMURA Takumi
Date: 2024-07-20T12:36:57+09:00
New Revision: e2965fe512162baeb5bdb66f1a675a47c7fab5ca

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

LOG: Revert "[LLVM][LTO] Add missing dependency"

This reverts commit bb604ae9b8adbc0a0852eb68545eff685902f41b.
(llvmorg-19-init-17804-gbb604ae9b8ad)
See #99610

Added: 
    

Modified: 
    llvm/lib/IR/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 4eb08f648760d..6b3224e22ffb6 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -81,7 +81,6 @@ add_llvm_component_library(LLVMCore
   ${LLVM_PTHREAD_LIB}
 
   DEPENDS
-  vt_gen
   intrinsics_gen
 
   LINK_COMPONENTS


        


More information about the llvm-commits mailing list