Issue 58150
Summary Please backport "[clang-tools-extra] [clangd] Respect llvm_shlib_dir in tests" to 15.x
Labels clangd, release:backport
Assignees
Reporter mgorny
    ```
commit 77945a344c3dee3f9735744c8d4151ef2cec6a8d (HEAD -> main, origin/main)
Author: Michał Górny <[email protected]>
Date:   2022-10-03 09:59:34 +0200

    [clang-tools-extra] [clangd] Respect llvm_shlib_dir in tests
    
    Add llvm_shlib_dir to variables used in clangd test suite, consistently
    to how it is used in the test suites of clang, clang-tools-extra
    and a few other components.  This is necessary to ensure that
    the correct shared libraries are used when building clang standalone --
    otherwise, use_clang() sets LD_LIBRARY_PATH to the directory containing
    the earlier system installation of clang rather than the just-built
    library.
    
    Differential Revision: https://reviews.llvm.org/D135062
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to