[PATCH] D124794: [LLD][RISCV][NFC] Allow GNU linker to run RISCV LLD tests
Jessica Clarke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 2 12:20:02 PDT 2022
jrtc27 added a comment.
What happens when we want to use LLD-specific options or are checking LLD-specific messages? Those tests aren't going to pass. Do we then need to annotate LLD tests with `REQUIRES: lld-is-actually-lld`? Is there any precedent for doing this on other architectures? This doesn't feel right to me.
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