[llvm] Fix dependencies after PR #174490 (PR #175793)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 13 08:32:41 PST 2026


https://github.com/mtrofin created https://github.com/llvm/llvm-project/pull/175793

None

>From 12a35852dd4584bf4ceaaab8291da10ec3f6c342 Mon Sep 17 00:00:00 2001
From: Mircea Trofin <mtrofin at google.com>
Date: Tue, 13 Jan 2026 08:32:08 -0800
Subject: [PATCH] Fix dependencies after PR #174490

---
 llvm/lib/Transforms/Utils/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/llvm/lib/Transforms/Utils/CMakeLists.txt b/llvm/lib/Transforms/Utils/CMakeLists.txt
index f367ca2fdf56b..2b5f5cf344e60 100644
--- a/llvm/lib/Transforms/Utils/CMakeLists.txt
+++ b/llvm/lib/Transforms/Utils/CMakeLists.txt
@@ -104,6 +104,7 @@ add_llvm_component_library(LLVMTransformUtils
   LINK_COMPONENTS
   Analysis
   Core
+  ProfileData
   Support
   TargetParser
   )



More information about the llvm-commits mailing list