[llvm] eb4a061 - [gn] port 99d92d18e334
    Nico Weber via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Fri Oct 13 13:04:29 PDT 2023
    
    
  
Author: Nico Weber
Date: 2023-10-13T16:04:13-04:00
New Revision: eb4a061568a392ec8c7274df7ece82bf670f81bb
URL: https://github.com/llvm/llvm-project/commit/eb4a061568a392ec8c7274df7ece82bf670f81bb
DIFF: https://github.com/llvm/llvm-project/commit/eb4a061568a392ec8c7274df7ece82bf670f81bb.diff
LOG: [gn] port 99d92d18e334
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 ed581d8f75998b3..c46e59bc247a2ba 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
@@ -51,6 +51,8 @@ source_set("sources") {
     "release.h",
     "report.cpp",
     "report.h",
+    "report_linux.cpp",
+    "report_linux.h",
     "secondary.h",
     "size_class_map.h",
     "stack_depot.h",
        
    
    
More information about the llvm-commits
mailing list