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

gn: Fix check-clang build after r359179

llvm-svn: 359429
This commit is contained in:
Hans Wennborg 2019-04-29 09:58:48 +00:00
parent c9baf9dd98
commit d808ff5e65

View File

@ -10,6 +10,7 @@ unittest("SemaTests") {
"//clang/lib/Sema",
"//clang/lib/Tooling",
"//llvm/lib/Support",
"//llvm/lib/Testing/Support",
]
sources = [
"CodeCompleteTest.cpp",