From: Nico Weber Date: Sun, 23 May 2021 14:01:06 +0000 (-0400) Subject: [gn build] (semi-manually) port 0bccdf82f705 X-Git-Tag: llvmorg-14-init~5873 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f47575f83ceac6b3023b540de4286239f61a5107;p=platform%2Fupstream%2Fllvm.git [gn build] (semi-manually) port 0bccdf82f705 --- 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 8a347fd..4ec95ee 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 @@ -13,6 +13,7 @@ unittest("ScudoUnitTest") { "checksum_test.cpp", "chunk_test.cpp", "combined_test.cpp", + "common_test.cpp", "flags_test.cpp", "list_test.cpp", "map_test.cpp",