From d8c5a4d6b6efad405c71ead8997276d8d3a7c5ad Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 15 Jun 2021 05:56:32 +0000 Subject: [PATCH] [gn build] Port d0a5d8611935 --- .../gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn index 913de50c7e6c..db28b4b4d1cd 100644 --- a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn +++ b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn @@ -6,6 +6,7 @@ unittest("DebugInfoCodeViewTests") { "//llvm/lib/Testing/Support", ] sources = [ + "GUIDFormatTest.cpp", "RandomAccessVisitorTest.cpp", "TypeHashingTest.cpp", "TypeIndexDiscoveryTest.cpp",