[llvm] fb8155c - [gn build] Port 8fce476c8122

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 19 11:33:55 PST 2025


Author: LLVM GN Syncbot
Date: 2025-11-19T19:27:00Z
New Revision: fb8155c2b87f265c56a1668b3640a52afaaa55d2

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

LOG: [gn build] Port 8fce476c8122

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 df9ddf91f2c49..bc4047cb3be52 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -190,6 +190,7 @@ static_library("Support") {
     "regfree.c",
     "regstrlcpy.c",
     "xxhash.cpp",
+    "zOSLibFunctions.cpp",
 
     # System
     "Atomic.cpp",


        


More information about the llvm-commits mailing list