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

[clangd] Fix GN build

llvm-svn: 359527
This commit is contained in:
Vitaly Buka 2019-04-30 01:35:42 +00:00
parent bc8de98936
commit d8291f6818
4 changed files with 1 additions and 7 deletions

View File

@ -38,12 +38,6 @@ write_lit_config("lit_site_cfg") {
"PYTHON_EXECUTABLE=$python_path",
]
if (clangd_build_xpc) {
extra_values += [ "CLANGD_BUILD_XPC=1" ]
} else {
extra_values += [ "CLANGD_BUILD_XPC=0" ]
}
if (clang_enable_static_analyzer) {
extra_values += [ "CLANG_ENABLE_STATIC_ANALYZER=1" ]
} else {

View File

@ -10,7 +10,7 @@ group("unittests") {
"clang-move:ClangMoveTests",
"clang-query:ClangQueryTests",
"clang-tidy:ClangTidyTests",
"clangd:ClangdTests",
"//clang-tools-extra/clangd/unittests:ClangdTests",
]
if (clangd_build_xpc) {
deps += [ "clangd/xpc:ClangdXpcTests" ]