[all-commits] [llvm/llvm-project] b6c2f1: [lld][COFF] Find libraries with relative paths.
Tobias Hieta via All-commits
all-commits at lists.llvm.org
Fri Jul 14 03:09:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6c2f100c23bb715edbec57a4894f1ae551cd1d4
https://github.com/llvm/llvm-project/commit/b6c2f100c23bb715edbec57a4894f1ae551cd1d4
Author: Tobias Hieta <tobias.hieta at ubisoft.com>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M lld/COFF/Driver.cpp
M lld/docs/ReleaseNotes.rst
A lld/test/COFF/relative_search_paths.test
Log Message:
-----------
[lld][COFF] Find libraries with relative paths.
This patch is spun out of https://reviews.llvm.org/D151188
and makes it possible for lld-link to find libraries with
relative paths. This will be used later to implement the
changes to autolinking runtimes explained in #63827
Differential Revision: https://reviews.llvm.org/D155268
More information about the All-commits
mailing list