[PATCH] D146427: [clang-tools-extra] Fix linking ClangdTests when using libclang-cpp

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 24 10:30:44 PDT 2023


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

(back from a long vacation with little time spending on reviews.llvm.org )

I have verified that `tools/clang/tools/extra/clangd/unittests/ClangdTests` does not link in `-DLLVM_LINK_LLVM_DYLIB=on` builds and this patch fixes it. Thanks! This is a good candidate for the `release/16.x` branch.


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

https://reviews.llvm.org/D146427



More information about the cfe-commits mailing list