[llvm] 2c257cf - [gn build] Port 5ea15fab19eb

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 20 08:54:30 PST 2023


Author: LLVM GN Syncbot
Date: 2023-12-20T16:47:21Z
New Revision: 2c257cf8721a030af03bd84f72e77864a7cf561b

URL: https://github.com/llvm/llvm-project/commit/2c257cf8721a030af03bd84f72e77864a7cf561b
DIFF: https://github.com/llvm/llvm-project/commit/2c257cf8721a030af03bd84f72e77864a7cf561b.diff

LOG: [gn build] Port 5ea15fab19eb

Added: 
    

Modified: 
    llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
index a1433058d63a76..f1c604aa420bdb 100644
--- a/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/TextAPI/BUILD.gn
@@ -11,6 +11,7 @@ static_library("TextAPI") {
     "InterfaceFile.cpp",
     "PackedVersion.cpp",
     "Platform.cpp",
+    "RecordVisitor.cpp",
     "RecordsSlice.cpp",
     "Symbol.cpp",
     "SymbolSet.cpp",


        


More information about the llvm-commits mailing list