[llvm] d4feffb - [gn] port 24b0c43c9916
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 9 15:52:24 PDT 2023
Author: Nico Weber
Date: 2023-10-09T18:52:15-04:00
New Revision: d4feffb3e0b0601152791815ca1684657b36c397
URL: https://github.com/llvm/llvm-project/commit/d4feffb3e0b0601152791815ca1684657b36c397
DIFF: https://github.com/llvm/llvm-project/commit/d4feffb3e0b0601152791815ca1684657b36c397.diff
LOG: [gn] port 24b0c43c9916
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 172adae3af1aa2c..ed581d8f75998b3 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
@@ -10,6 +10,7 @@ source_set("sources") {
configs += [ "//llvm/utils/gn/build:crt_code" ]
cflags = scudo_cflags
sources = [
+ "allocator_common.h",
"allocator_config.h",
"atomic_helpers.h",
"bytemap.h",
More information about the llvm-commits
mailing list