[PATCH] D151188: [lld] Find resource and lib dir

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 02:29:18 PDT 2023


hans added a comment.

The target handling, which seems to be the tricky part, is only needed for `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` builds, right? And as far as I know that's not used on Windows, so maybe it's not needed?

I think I asked this at the meeting, but I forgot the answer already: is there a reason the compiler can't pass in the (relative) library paths as linker directives along with the library names in the .obj files?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151188



More information about the llvm-commits mailing list