Update gn files

llvm-svn: 365361
This commit is contained in:
Vitaly Buka 2019-07-08 17:50:22 +00:00
parent 0d566dbbae
commit 29949a65b6
2 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,9 @@ static_library("Syntax") {
"//llvm/lib/Support",
]
sources = [
"BuildTree.cpp",
"Nodes.cpp",
"Tokens.cpp",
"Tree.cpp",
]
}

View File

@ -16,5 +16,6 @@ unittest("SyntaxTests") {
]
sources = [
"TokensTest.cpp",
"TreeTest.cpp",
]
}