[llvm] 6915a55 - [gn build] (semi-manually) port bd04d78d649b

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri May 28 05:05:00 PDT 2021


Author: Nico Weber
Date: 2021-05-28T08:04:52-04:00
New Revision: 6915a55824d1204f51f329d3bbd7a425a93150bc

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

LOG: [gn build] (semi-manually) port bd04d78d649b

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 db17e20490ed4..45de3db230764 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
@@ -17,6 +17,7 @@ source_set("sources") {
     "checksum.h",
     "chunk.h",
     "combined.h",
+    "common.h",
     "common.cpp",
     "crc32_hw.cpp",
     "flags.cpp",
@@ -33,6 +34,7 @@ source_set("sources") {
     "local_cache.h",
     "memtag.h",
     "mutex.h",
+    "options.h",
     "platform.h",
     "primary32.h",
     "primary64.h",
@@ -43,6 +45,7 @@ source_set("sources") {
     "report.h",
     "secondary.h",
     "size_class_map.h",
+    "stack_depot.h",
     "stats.h",
     "string_utils.cpp",
     "string_utils.h",


        


More information about the llvm-commits mailing list