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