[PATCH] D88991: [LLD] Ignore ELF tests when ld.lld defaults to MinGW

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 14:05:38 PDT 2020


mstorsjo added a comment.

Looks sensible to me, but I'd defer to @MaskRay to approve.

I wonder if it'd be possible to add some custom substitution in the lit config, to have it replace `ld.lld` with `ld.lld -m <some-elf>` in this case... Or does that fail if `-m` is explicitly specified but turns out to be the wrong architecture compared to what the test actually does?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88991



More information about the llvm-commits mailing list