[llvm] a09e222 - [gn] port ba0ec6f15f55

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 23 06:09:05 PST 2022


Author: Nico Weber
Date: 2022-12-23T09:08:56-05:00
New Revision: a09e222fd5f2e3a30d5bd5a53cae15487215c167

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

LOG: [gn] port ba0ec6f15f55

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 4833177da6234..79a83d48b9369 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
@@ -43,6 +43,8 @@ source_set("sources") {
     "release.h",
     "report.cpp",
     "report.h",
+    "rss_limit_checker.cpp",
+    "rss_limit_checker.h",
     "secondary.h",
     "size_class_map.h",
     "stack_depot.h",


        


More information about the llvm-commits mailing list