[all-commits] [llvm/llvm-project] 77945a: [clang-tools-extra] [clangd] Respect llvm_shlib_di...
Michał Górny via All-commits
all-commits at lists.llvm.org
Tue Oct 4 13:12:59 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 77945a344c3dee3f9735744c8d4151ef2cec6a8d
https://github.com/llvm/llvm-project/commit/77945a344c3dee3f9735744c8d4151ef2cec6a8d
Author: Michał Górny <mgorny at gentoo.org>
Date: 2022-10-04 (Tue, 04 Oct 2022)
Changed paths:
M clang-tools-extra/clangd/test/lit.site.cfg.py.in
Log Message:
-----------
[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
More information about the All-commits
mailing list