[llvm] a6211a6 - [gn build] Port ff17a4136ded

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 10:34:47 PST 2025


Author: LLVM GN Syncbot
Date: 2025-01-23T18:28:02Z
New Revision: a6211a64dc22b11daa6f01122350a7287a593159

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

LOG: [gn build] Port ff17a4136ded

Added: 
    

Modified: 
    llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
index d74de409858b95..898e7470ec2eba 100644
--- a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -114,10 +114,7 @@ static_library("Host") {
     ]
   }
   if (current_os == "android") {
-    sources += [
-      "android/HostInfoAndroid.cpp",
-      "android/LibcGlue.cpp",
-    ]
+    sources += [ "android/HostInfoAndroid.cpp" ]
   }
 
   if (current_os == "freebsd") {


        


More information about the llvm-commits mailing list