[lld][COFF] Find libraries with relative paths.
authorTobias Hieta <tobias.hieta@ubisoft.com>
Fri, 14 Jul 2023 07:40:35 +0000 (09:40 +0200)
committerTobias Hieta <tobias.hieta@ubisoft.com>
Fri, 14 Jul 2023 10:09:26 +0000 (12:09 +0200)
commitb6c2f100c23bb715edbec57a4894f1ae551cd1d4
treefd8f6cb45fad4dd6c33276add04415b54816acc9
parentcd1dcd2c956188521e668e77eec1f8913c01b644
[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
lld/COFF/Driver.cpp
lld/docs/ReleaseNotes.rst
lld/test/COFF/relative_search_paths.test [new file with mode: 0644]