[PATCH] D155268: [lld][COFF] Find libraries with relative paths.

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 14 02:24:59 PDT 2023


hans added inline comments.


================
Comment at: lld/docs/ReleaseNotes.rst:41
+* lld-link can now find libraries with relative search paths.
+  I.e. ``lld-link relative/path/my.lib`` where before we would have to do
+  ``lld-link /libpath:relative/path my.lib``
----------------
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 `/libpath`s.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155268/new/

https://reviews.llvm.org/D155268



More information about the llvm-commits mailing list