[llvm] 8ceda4d - [gn build] Port 6cf993e59bd2

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu May 11 21:41:09 PDT 2023


Author: LLVM GN Syncbot
Date: 2023-05-12T04:34:40Z
New Revision: 8ceda4d1a3ede4c2bfc5e528f3a5defe61e2d5ad

URL: https://github.com/llvm/llvm-project/commit/8ceda4d1a3ede4c2bfc5e528f3a5defe61e2d5ad
DIFF: https://github.com/llvm/llvm-project/commit/8ceda4d1a3ede4c2bfc5e528f3a5defe61e2d5ad.diff

LOG: [gn build] Port 6cf993e59bd2

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index 487cb49a0dfcf..fe4e608bc22fc 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -133,6 +133,7 @@ static_library("Support") {
     "StringRef.cpp",
     "StringSaver.cpp",
     "SuffixTree.cpp",
+    "SuffixTreeNode.cpp",
     "SystemUtils.cpp",
     "TarWriter.cpp",
     "ThreadPool.cpp",


        


More information about the llvm-commits mailing list