[gn build] Port 9fc45ca00a19
authorLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 6 Apr 2022 18:21:38 +0000 (18:21 +0000)
committerLLVM GN Syncbot <llvmgnsyncbot@gmail.com>
Wed, 6 Apr 2022 18:21:38 +0000 (18:21 +0000)
llvm/utils/gn/secondary/clang/lib/ExtractAPI/BUILD.gn

index a007f47..1e189ca 100644 (file)
@@ -10,9 +10,10 @@ static_library("ExtractAPI") {
   ]
   sources = [
     "API.cpp",
-    "ExtractAPIConsumer.cpp",
     "DeclarationFragments.cpp",
+    "ExtractAPIConsumer.cpp",
     "Serialization/SerializerBase.cpp",
     "Serialization/SymbolGraphSerializer.cpp",
+    "TypedefUnderlyingTypeResolver.cpp",
   ]
 }