[llvm] 36121b8 - [gn] port 3fe75b62c3a977 (#215943)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 21:26:34 PDT 2026
Author: Nico Weber
Date: 2026-08-12T21:26:29-07:00
New Revision: 36121b8cbb8aba9687f331062da13112c81f0f53
URL: https://github.com/llvm/llvm-project/commit/36121b8cbb8aba9687f331062da13112c81f0f53
DIFF: https://github.com/llvm/llvm-project/commit/36121b8cbb8aba9687f331062da13112c81f0f53.diff
LOG: [gn] port 3fe75b62c3a977 (#215943)
Added:
Modified:
llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn b/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
index 202ffda4f7b0f..ac368bd090460 100644
--- a/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/include/clang/Basic/BUILD.gn
@@ -21,6 +21,7 @@ write_cmake_config("version") {
diag_groups = [
"Analysis",
"AST",
+ "CodeGen",
"Comment",
"Common",
"CrossTU",
diff --git a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
index c232b23c2abfb..888071f9316c1 100644
--- a/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/CIR/BUILD.gn
@@ -2,6 +2,7 @@
# part of the GN build.
group("CIRUnitTests") {
sources = [
+ "CIRDiagnosticHandlerTest.cpp",
"CallOpTest.cpp",
"ControlFlowTest.cpp",
"FenvOpTest.cpp",
More information about the llvm-commits
mailing list