[llvm] 38dc48f - [gn] port 405ceaa09de0

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 5 17:14:11 PDT 2023


Author: Nico Weber
Date: 2023-04-05T20:13:57-04:00
New Revision: 38dc48fe200d784ed1aa47c3d63c9d25a48f18da

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

LOG: [gn] port 405ceaa09de0

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 03417466f1c49..edf34c2762c58 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
@@ -32,6 +32,9 @@ source_set("sources") {
     "linux.h",
     "list.h",
     "local_cache.h",
+    "mem_map.cpp",
+    "mem_map.h",
+    "mem_map_base.h",
     "memtag.h",
     "mutex.h",
     "options.h",


        


More information about the llvm-commits mailing list