[llvm] [gn build] Port 75b3226c3e67 (PR #196046)
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 04:01:31 PDT 2026
https://github.com/nico created https://github.com/llvm/llvm-project/pull/196046
None
>From bf09e43558ec220e98f5f47c52cf98e4a7246cfa Mon Sep 17 00:00:00 2001
From: Nico Weber <thakis at chromium.org>
Date: Wed, 6 May 2026 07:01:12 -0400
Subject: [PATCH] [gn build] Port 75b3226c3e67
---
.../clang/unittests/ScalableStaticAnalysisFramework/BUILD.gn | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/llvm/utils/gn/secondary/clang/unittests/ScalableStaticAnalysisFramework/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/ScalableStaticAnalysisFramework/BUILD.gn
index b6eebea5e843b..93e8cf18ff876 100644
--- a/llvm/utils/gn/secondary/clang/unittests/ScalableStaticAnalysisFramework/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/ScalableStaticAnalysisFramework/BUILD.gn
@@ -18,9 +18,9 @@ unittest("ClangScalableAnalysisTests") {
]
include_dirs = [ "." ]
sources = [
+ "ASTEntityMappingTest.cpp",
"Analyses/CallGraph/CallGraphExtractorTest.cpp",
"Analyses/UnsafeBufferUsage/UnsafeBufferUsageTest.cpp",
- "ASTEntityMappingTest.cpp",
"BuildNamespaceTest.cpp",
"EntityIdTableTest.cpp",
"EntityIdTest.cpp",
@@ -29,6 +29,7 @@ unittest("ClangScalableAnalysisTests") {
"EntityNameTest.cpp",
"ErrorBuilderTest.cpp",
"Frontend/TUSummaryExtractorFrontendActionTest.cpp",
+ "LUSummaryTest.cpp",
"ModelStringConversionsTest.cpp",
"Registries/FancyAnalysisData.cpp",
"Registries/MockSerializationFormat.cpp",
More information about the llvm-commits
mailing list