[llvm] 20aed3f - [gn] port 2c0b8b10dd1a

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 10 05:49:59 PST 2024


Author: Nico Weber
Date: 2024-12-10T08:49:52-05:00
New Revision: 20aed3fd097f8b0cb57181ca7e11e9348ce4c310

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

LOG: [gn] port 2c0b8b10dd1a

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 c8347f6336d73f..0e04549587b2e4 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
@@ -69,6 +69,7 @@ source_set("sources") {
     "tsd.h",
     "tsd_exclusive.h",
     "tsd_shared.h",
+    "type_traits.h",
     "vector.h",
     "wrappers_c.h",
     "wrappers_c_checks.h",


        


More information about the llvm-commits mailing list