[llvm] efea1b1 - [gn build] (semi-manually) port 07c92b2e9581
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 4 13:41:52 PDT 2021
Author: Nico Weber
Date: 2021-06-04T16:41:42-04:00
New Revision: efea1b17824377c274abe5600d7d973087553e23
URL: https://github.com/llvm/llvm-project/commit/efea1b17824377c274abe5600d7d973087553e23
DIFF: https://github.com/llvm/llvm-project/commit/efea1b17824377c274abe5600d7d973087553e23.diff
LOG: [gn build] (semi-manually) port 07c92b2e9581
Added:
Modified:
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/tests/BUILD.gn b/llvm/utils/gn/secondary/compiler-rt/lib/scudo/standalone/tests/BUILD.gn
index 4ec95eefc3e10..757871a890ff7 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
@@ -17,6 +17,7 @@ unittest("ScudoUnitTest") {
"flags_test.cpp",
"list_test.cpp",
"map_test.cpp",
+ "memtag_test.cpp",
"mutex_test.cpp",
"primary_test.cpp",
"quarantine_test.cpp",
More information about the llvm-commits
mailing list