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

Tobias Hieta via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 23 06:25:15 PDT 2023


thieta added a comment.

In D151188#4364270 <https://reviews.llvm.org/D151188#4364270>, @hans wrote:

> I also only looked briefly, but it seems like this assumes `LLVM_ENABLE_PER_TARGET_RUNTIME_DIR` builds? I think that's still off by default on Windows, so maybe it would be enough to start with supporting the non-per-target-runtime-dir case, or we should aim to support both cases.

No both should be supported if you check the function `getToolchainRuntimeDirs()` and `getToolchainLibDirs()` they are checking for both style but then we only add the directories that exists.


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