summaryrefslogtreecommitdiff
path: root/clang-tools-extra/test/lit.site.cfg.in
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/test/lit.site.cfg.in')
-rw-r--r--clang-tools-extra/test/lit.site.cfg.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/test/lit.site.cfg.in b/clang-tools-extra/test/lit.site.cfg.in
index bf33b1513ec..d71ca188a67 100644
--- a/clang-tools-extra/test/lit.site.cfg.in
+++ b/clang-tools-extra/test/lit.site.cfg.in
@@ -11,6 +11,7 @@ config.clang_libs_dir = "@SHLIBDIR@"
config.python_executable = "@PYTHON_EXECUTABLE@"
config.target_triple = "@TARGET_TRIPLE@"
config.clang_staticanalyzer = @CLANG_ENABLE_STATIC_ANALYZER@
+config.clangd_xpc_support = @CLANGD_BUILD_XPC_SUPPORT@
# Support substitution of the tools and libs dirs with user parameters. This is
# used when we can't determine the tool dir at configuration time.