[llvm] [gn build] Port 2f4c387147f1 (PR #197055)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 16:01:47 PDT 2026


https://github.com/nico created https://github.com/llvm/llvm-project/pull/197055

None

>From ff83b17b96ff6fa1d94ed63a9112ef32314dbdd3 Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Mon, 11 May 2026 19:01:24 -0400
Subject: [PATCH] [gn build] Port 2f4c387147f1

---
 llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn          | 1 -
 llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 80dce9234a1bb..2141d86340216 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -97,7 +97,6 @@ static_library("Support") {
     "FormattedStream.cpp",
     "GlobPattern.cpp",
     "GraphWriter.cpp",
-    "Hash.cpp",
     "HexagonAttributeParser.cpp",
     "HexagonAttributes.cpp",
     "InitLLVM.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
index 1ea1b37e9c87e..a419a5bed69fb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Transforms/Utils/BUILD.gn
@@ -48,6 +48,7 @@ static_library("Utils") {
     "InstructionNamer.cpp",
     "Instrumentation.cpp",
     "IntegerDivision.cpp",
+    "KCFIHash.cpp",
     "LCSSA.cpp",
     "LibCallsShrinkWrap.cpp",
     "Local.cpp",



More information about the llvm-commits mailing list