[llvm] 2232d35 - [gn build] Port 9fc45ca00a19
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 6 11:25:40 PDT 2022
Author: LLVM GN Syncbot
Date: 2022-04-06T18:21:38Z
New Revision: 2232d35f82cd66f7f3a170420ea0d9e47ee0026d
URL: https://github.com/llvm/llvm-project/commit/2232d35f82cd66f7f3a170420ea0d9e47ee0026d
DIFF: https://github.com/llvm/llvm-project/commit/2232d35f82cd66f7f3a170420ea0d9e47ee0026d.diff
LOG: [gn build] Port 9fc45ca00a19
Added:
Modified:
llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
index a007f47080e5e..1e189cae13c85 100644
--- a/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn
@@ -10,9 +10,10 @@ static_library("ExtractAPI") {
]
sources = [
"API.cpp",
- "ExtractAPIConsumer.cpp",
"DeclarationFragments.cpp",
+ "ExtractAPIConsumer.cpp",
"Serialization/SerializerBase.cpp",
"Serialization/SymbolGraphSerializer.cpp",
+ "TypedefUnderlyingTypeResolver.cpp",
]
}
More information about the llvm-commits
mailing list