1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

gn build: Merge r361264

llvm-svn: 361267
This commit is contained in:
Nico Weber 2019-05-21 14:41:27 +00:00
parent 9fdf4f72f3
commit 2866d8d07b
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ group("unittests") {
"Sema:SemaTests",
"Serialization:SerializationTests",
"Tooling:ToolingTests",
"Tooling/Syntax:TokensTest",
"Tooling/Syntax:SyntaxTests",
]
if (clang_enable_static_analyzer) {
deps += [

View File

@ -1,6 +1,6 @@
import("//llvm/utils/unittest/unittest.gni")
unittest("TokensTest") {
unittest("SyntaxTests") {
configs += [ "//llvm/utils/gn/build:clang_code" ]
deps = [
"//clang/lib/AST",