diff options
| -rw-r--r-- | clang-tools-extra/test/lit.cfg.py | 4 | ||||
| -rw-r--r-- | clang-tools-extra/test/lit.site.cfg.py.in | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/clang-tools-extra/test/lit.cfg.py b/clang-tools-extra/test/lit.cfg.py index ed7bb83c9dd..eaf0778eaf7 100644 --- a/clang-tools-extra/test/lit.cfg.py +++ b/clang-tools-extra/test/lit.cfg.py @@ -115,10 +115,6 @@ if not platform.system() in ['Windows'] or not execute_external: if platform.system() not in ['Windows']: config.available_features.add('ansi-escape-sequences') -# XPC support for Clangd. -if config.clangd_xpc_support: - config.available_features.add('clangd-xpc-support') - if config.clang_staticanalyzer: config.available_features.add('static-analyzer') diff --git a/clang-tools-extra/test/lit.site.cfg.py.in b/clang-tools-extra/test/lit.site.cfg.py.in index 7664b7e5cd4..a970e7fafc1 100644 --- a/clang-tools-extra/test/lit.site.cfg.py.in +++ b/clang-tools-extra/test/lit.site.cfg.py.in @@ -11,7 +11,6 @@ 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 substitution of the tools and libs dirs with user parameters. This is # used when we can't determine the tool dir at configuration time. |

