[PATCH] D61187: [clangd] Move clangd tests to clangd directory. check-clangd is no longer part of check-clang-tools.

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 29 02:40:49 PDT 2019


MaskRay added a comment.

@arphaman @jkorous @thakis  I committed https://reviews.llvm.org/rL359428 to fix the following build error. Can one of you check if the test is still built? Thanks! (I don't have a Mac...)

      if config.clangd_xpc_support:                    
  AttributeError: TestingConfig instance has no attribute 'clangd_xpc_support'                                    
                                                                         
  FAILED: tools/clang/tools/extra/test/CMakeFiles/check-clang-tools


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61187/new/

https://reviews.llvm.org/D61187





More information about the cfe-commits mailing list