Skip to content

Commit 2232d35

Browse files
committed
[gn build] Port 9fc45ca
1 parent 87a57aa commit 2232d35

File tree

1 file changed

+2
-1
lines changed
  • llvm/utils/gn/secondary/clang/lib/ExtractAPI

1 file changed

+2
-1
lines changed

llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ static_library("ExtractAPI") {
1010
]
1111
sources = [
1212
"API.cpp",
13-
"ExtractAPIConsumer.cpp",
1413
"DeclarationFragments.cpp",
14+
"ExtractAPIConsumer.cpp",
1515
"Serialization/SerializerBase.cpp",
1616
"Serialization/SymbolGraphSerializer.cpp",
17+
"TypedefUnderlyingTypeResolver.cpp",
1718
]
1819
}

0 commit comments

Comments
 (0)