[llvm] 86fc248 - [gn] port 50317ca13f6ad9

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 3 09:03:05 PST 2025


Author: Nico Weber
Date: 2025-03-03T12:02:55-05:00
New Revision: 86fc248ff615ae5ce9f2ad10bbf49c9616d0be36

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

LOG: [gn] port 50317ca13f6ad9

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
index f7f52468eff00..61d991dfce60f 100644
--- a/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Core/BUILD.gn
@@ -33,6 +33,7 @@ static_library("Core") {
     "//llvm/lib/Demangle",
     "//llvm/lib/Support",
     "//llvm/lib/TargetParser",
+    "//llvm/lib/Telemetry",
 
     #"//lldb/source/Plugins/Language/CPlusPlus", # 3-hop dependency cycle.
     #"//lldb/source/Plugins/Language/ObjC",  # Many-hop dependency cycle.


        


More information about the llvm-commits mailing list