[PATCH] D124794: [LLD][RISCV][NFC] Allow GNU linker to run RISCV LLD tests
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 12:19:10 PDT 2022
MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
Herald added a subscriber: StephenFan.
I agree that people should just symlink `ld.lld` to ld.bfd to check this, or hack their local `lit.local.cfg`.
Such changes do not need to be in the upstream.
Note: many lld/test/ELF tests are very sensitive to addresses. I have improved many tests to be more or less address agnostic but many still do.
(BTW: Thanks for taking a look at RISC-V linker relaxation!)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124794/new/
https://reviews.llvm.org/D124794
More information about the llvm-commits
mailing list