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
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
lgtm
| lld/docs/ReleaseNotes.rst | ||
|---|---|---|
| 40 | Perhaps a short example could be added here to make it more clear what changed. | |
| lld/docs/ReleaseNotes.rst | ||
|---|---|---|
| 41 | Technically, relative/path/my.lib would already work if that's relative to the current working directory. What's new is that it will now also work relative to /libpaths. | |
Perhaps a short example could be added here to make it more clear what changed.