[llvm] dda3ed9 - [gn] port ab17ecd10767
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 19 16:04:54 PDT 2023
Author: Nico Weber
Date: 2023-10-19T19:04:48-04:00
New Revision: dda3ed9091d1094abced01aa39b605da0a4f7f54
URL: https://github.com/llvm/llvm-project/commit/dda3ed9091d1094abced01aa39b605da0a4f7f54
DIFF: https://github.com/llvm/llvm-project/commit/dda3ed9091d1094abced01aa39b605da0a4f7f54.diff
LOG: [gn] port ab17ecd10767
Added:
Modified:
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/BUILD.gn
llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/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 c46e59bc247a2ba..02a9595e2654beb 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
@@ -20,6 +20,10 @@ source_set("sources") {
"combined.h",
"common.cpp",
"common.h",
+ "condition_variable.h",
+ "condition_variable_base.h",
+ "condition_variable_linux.cpp",
+ "condition_variable_linux.h",
"crc32_hw.cpp",
"flags.cpp",
"flags.h",
diff --git a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
index b8fb77472917714..f69f1c413b47da0 100644
--- a/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
+++ b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
@@ -14,6 +14,7 @@ unittest("ScudoUnitTest") {
"chunk_test.cpp",
"combined_test.cpp",
"common_test.cpp",
+ "condition_variable_test.cpp",
"flags_test.cpp",
"list_test.cpp",
"map_test.cpp",
More information about the llvm-commits
mailing list