[llvm] 76beb41 - [gn build] Port 2ff7ca98a99b
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 12 18:37:58 PDT 2021
Author: LLVM GN Syncbot
Date: 2021-08-13T01:31:18Z
New Revision: 76beb4184cfcf41cb60fbcfb836b41eb58321b32
URL: https://github.com/llvm/llvm-project/commit/76beb4184cfcf41cb60fbcfb836b41eb58321b32
DIFF: https://github.com/llvm/llvm-project/commit/76beb4184cfcf41cb60fbcfb836b41eb58321b32.diff
LOG: [gn build] Port 2ff7ca98a99b
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
index 1b1a894f6acd3..6d69aac513570 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Frontend/BUILD.gn
@@ -23,5 +23,6 @@ unittest("FrontendTests") {
"PCHPreambleTest.cpp",
"ParsedSourceLocationTest.cpp",
"TextDiagnosticTest.cpp",
+ "UtilsTest.cpp",
]
}
More information about the llvm-commits
mailing list