[llvm] 2b002d6 - [gn] port 1756fcb8b019

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 17 21:56:51 PDT 2025


Author: Nico Weber
Date: 2025-04-17T21:56:41-07:00
New Revision: 2b002d68044e6b482a898c1deff578f76fa9b8a1

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

LOG: [gn] port 1756fcb8b019

Added: 
    

Modified: 
    llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn

Removed: 
    


################################################################################
diff  --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
index 0e04549587b2e..9369c240ddbf6 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
@@ -37,7 +37,6 @@ source_set("sources") {
     "linux.cpp",
     "linux.h",
     "list.h",
-    "local_cache.h",
     "mem_map.cpp",
     "mem_map.h",
     "mem_map_base.h",
@@ -59,6 +58,7 @@ source_set("sources") {
     "report_linux.cpp",
     "report_linux.h",
     "secondary.h",
+    "size_class_allocator.h",
     "size_class_map.h",
     "stack_depot.h",
     "stats.h",


        


More information about the llvm-commits mailing list