[llvm] e2092a4 - [gn build] Port da69eb75cbc6
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 4 11:36:08 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-04-04T18:29:23Z
New Revision: e2092a430aadd731c44003d334dd292263336e81
URL: https://github.com/llvm/llvm-project/commit/e2092a430aadd731c44003d334dd292263336e81
DIFF: https://github.com/llvm/llvm-project/commit/e2092a430aadd731c44003d334dd292263336e81.diff
LOG: [gn build] Port da69eb75cbc6
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
index b7234bc995340..63bf7268db306 100644
--- a/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/ASTMatchers/BUILD.gn
@@ -10,5 +10,6 @@ static_library("ASTMatchers") {
"ASTMatchFinder.cpp",
"ASTMatchersInternal.cpp",
"GtestMatchers.cpp",
+ "LowLevelHelpers.cpp",
]
}
More information about the llvm-commits
mailing list