[llvm] 9150858 - [gn build] Port e606dc1dafea
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 15 17:29:49 PST 2024
Author: LLVM GN Syncbot
Date: 2024-02-16T01:23:52Z
New Revision: 9150858b828511af507ffd6ef4d0813bd49d211f
URL: https://github.com/llvm/llvm-project/commit/9150858b828511af507ffd6ef4d0813bd49d211f
DIFF: https://github.com/llvm/llvm-project/commit/9150858b828511af507ffd6ef4d0813bd49d211f.diff
LOG: [gn build] Port e606dc1dafea
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
index 14cf759266e56e..1df3f3a2248544 100644
--- a/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/AST/BUILD.gn
@@ -61,6 +61,7 @@ static_library("AST") {
"ASTTypeTraits.cpp",
"AttrDocTable.cpp",
"AttrImpl.cpp",
+ "Availability.cpp",
"CXXInheritance.cpp",
"Comment.cpp",
"CommentBriefParser.cpp",
diff --git a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
index 94ab7206f36493..62b4af0635841a 100644
--- a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
@@ -12,7 +12,6 @@ static_library("ExtractAPI") {
sources = [
"API.cpp",
"APIIgnoresList.cpp",
- "AvailabilityInfo.cpp",
"DeclarationFragments.cpp",
"ExtractAPIConsumer.cpp",
"Serialization/SymbolGraphSerializer.cpp",
More information about the llvm-commits
mailing list