Author: maskray Date: Mon Apr 29 02:36:54 2019 New Revision: 359428 URL: http://llvm.org/viewvc/llvm-project?rev=359428&view=rev Log: [clangd] Delete config.clangd_xpc_support from test/ to unbreak check-llvm-tools
D61187 didn't delete config.clangd_xpc_support from test/ CLANGD_BUILD_XPC is defined in clangd/CMakeLists.txt and not available in test/lit.site.cfg.py.in Modified: clang-tools-extra/trunk/test/lit.cfg.py clang-tools-extra/trunk/test/lit.site.cfg.py.in Modified: clang-tools-extra/trunk/test/lit.cfg.py URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/lit.cfg.py?rev=359428&r1=359427&r2=359428&view=diff ============================================================================== --- clang-tools-extra/trunk/test/lit.cfg.py (original) +++ clang-tools-extra/trunk/test/lit.cfg.py Mon Apr 29 02:36:54 2019 @@ -115,10 +115,6 @@ if not platform.system() in ['Windows'] 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') Modified: clang-tools-extra/trunk/test/lit.site.cfg.py.in URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/test/lit.site.cfg.py.in?rev=359428&r1=359427&r2=359428&view=diff ============================================================================== --- clang-tools-extra/trunk/test/lit.site.cfg.py.in (original) +++ clang-tools-extra/trunk/test/lit.site.cfg.py.in Mon Apr 29 02:36:54 2019 @@ -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. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits