[llvm] 577b163 - [gn build] Port 1c9a8004ed88
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed May 24 01:27:39 PDT 2023
Author: Nico Weber
Date: 2023-05-24T04:25:56-04:00
New Revision: 577b163277f6481f37331d38b8d6f1b186b11a68
URL: https://github.com/llvm/llvm-project/commit/577b163277f6481f37331d38b8d6f1b186b11a68
DIFF: https://github.com/llvm/llvm-project/commit/577b163277f6481f37331d38b8d6f1b186b11a68.diff
LOG: [gn build] Port 1c9a8004ed88
Added:
Modified:
llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
index dc65bf669276d..4aec3f9dace41 100644
--- a/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
+++ b/llvm/utils/gn/secondary/clang/unittests/Serialization/BUILD.gn
@@ -9,6 +9,7 @@ unittest("SerializationTests") {
"//clang/lib/Lex",
"//clang/lib/Sema",
"//clang/lib/Serialization",
+ "//clang/lib/Tooling",
"//llvm/lib/Bitcode/Reader",
"//llvm/lib/Support",
]
@@ -16,5 +17,6 @@ unittest("SerializationTests") {
"InMemoryModuleCacheTest.cpp",
"ModuleCacheTest.cpp",
"SourceLocationEncodingTest.cpp",
+ "VarDeclConstantInitTest.cpp",
]
}
More information about the llvm-commits
mailing list