[llvm] 8900ada - [gn] port 3003da71540b
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 07:00:40 PDT 2023
Author: Nico Weber
Date: 2023-07-06T10:00:33-04:00
New Revision: 8900ada0d23c5aa72ecae7df84cff2ebd202fb7f
URL: https://github.com/llvm/llvm-project/commit/8900ada0d23c5aa72ecae7df84cff2ebd202fb7f
DIFF: https://github.com/llvm/llvm-project/commit/8900ada0d23c5aa72ecae7df84cff2ebd202fb7f.diff
LOG: [gn] port 3003da71540b
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 edf34c2762c58f..37a6cd3e552eca 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
@@ -35,6 +35,8 @@ source_set("sources") {
"mem_map.cpp",
"mem_map.h",
"mem_map_base.h",
+ "mem_map_fuchsia.cpp",
+ "mem_map_fuchsia.h",
"memtag.h",
"mutex.h",
"options.h",
More information about the llvm-commits
mailing list