[llvm] d8c5a4d - [gn build] Port d0a5d8611935
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 14 23:00:28 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-06-15T05:56:32Z
New Revision: d8c5a4d6b6efad405c71ead8997276d8d3a7c5ad
URL: https://github.com/llvm/llvm-project/commit/d8c5a4d6b6efad405c71ead8997276d8d3a7c5ad
DIFF: https://github.com/llvm/llvm-project/commit/d8c5a4d6b6efad405c71ead8997276d8d3a7c5ad.diff
LOG: [gn build] Port d0a5d8611935
Added:
Modified:
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/CodeView/BUILD.gn
Removed:
################################################################################
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 913de50c7e6c4..db28b4b4d1cd6 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",
More information about the llvm-commits
mailing list