[llvm] 9b6aaf1 - [gn] port f5fffbe2a587
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 7 09:08:59 PDT 2023
Author: Nico Weber
Date: 2023-08-07T12:08:50-04:00
New Revision: 9b6aaf1dcaf50eab79466344a313e39212d09be8
URL: https://github.com/llvm/llvm-project/commit/9b6aaf1dcaf50eab79466344a313e39212d09be8
DIFF: https://github.com/llvm/llvm-project/commit/9b6aaf1dcaf50eab79466344a313e39212d09be8.diff
LOG: [gn] port f5fffbe2a587
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 37a6cd3e552eca..8ffc99bfb50d58 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
@@ -37,6 +37,8 @@ source_set("sources") {
"mem_map_base.h",
"mem_map_fuchsia.cpp",
"mem_map_fuchsia.h",
+ "mem_map_linux.cpp",
+ "mem_map_linux.h",
"memtag.h",
"mutex.h",
"options.h",
More information about the llvm-commits
mailing list