Issue 58216
Summary Please backport llvm_shlib_dir fix to use_lld() to 15.x
Labels new issue
Assignees
Reporter mgorny
    ```
commit a64ea173d7b152678780d5443407d1071277642b (origin/main, main)
Author: Michał Górny <[email protected]>
Date:   2022-10-06 16:41:04 +0200

    [llvm] [lit] Fix use_lld() to respect llvm_shlib_dir
    
    Fix the use_lld() to use llvm_shlib_dir similarly to how use_clang()
    does it.  This fixes use_lld() wrongly prepending llvm_libs_dir,
    i.e. the directory with system-installed LLVM libraries before
    the build directory of standalone build.  As a result, the shared
    libraries from an earlier version of clang end up being used instead of
    the newly built version when running the test suite prior to installing.

    [...]
```
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to