forked from OSchip/llvm-project
parent
0d566dbbae
commit
29949a65b6
|
@ -8,6 +8,9 @@ static_library("Syntax") {
|
|||
"//llvm/lib/Support",
|
||||
]
|
||||
sources = [
|
||||
"BuildTree.cpp",
|
||||
"Nodes.cpp",
|
||||
"Tokens.cpp",
|
||||
"Tree.cpp",
|
||||
]
|
||||
}
|
||||
|
|
|
@ -16,5 +16,6 @@ unittest("SyntaxTests") {
|
|||
]
|
||||
sources = [
|
||||
"TokensTest.cpp",
|
||||
"TreeTest.cpp",
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue