With this patch, the environment variables LDLLD, LLDLINK, LD64LLD, and WASMLD can be used to specify the path to ld.lld, lld-link, ld64.lld and wasm-ld respectively, in a similar manner to how the CLANG variable points to clang.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/utils/lit/lit/llvm/config.py | ||
---|---|---|
607 | This is already in the other patch, do you want to rebase this one on top? |
llvm/utils/lit/lit/llvm/config.py | ||
---|---|---|
607 | Oops. Messed up making my diff. The actual version I've got locally is correct. |
Comment Actions
Fix diff. I'm going to hold off landing this for now until the discussion on the mailing list (https://lists.llvm.org/pipermail/llvm-dev/2021-May/150428.html) has reached a conclusion.
Comment Actions
The discussion seems to be leaning towards not adding the variable unless necessary. As such, I think this patch can be abandoned.
This is already in the other patch, do you want to rebase this one on top?