[PATCH] D105476: [lld/mac] Give several LTO tests an "lto-" prefix
Jez Ng via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 6 10:57:30 PDT 2021
int3 accepted this revision.
int3 added a comment.
This revision is now accepted and ready to land.
> lld/test/MachO/bitcode-nodatalayout.ll (…should this one be in invalid/?)
yeah, putting it under `invalid/` would probably make more sense. I think it should be considered an `lto-` test too, since the error does come from the LTO compilation. LLD-ELF does put it under `test/ELF/lto/`.
Thanks for the cleanup!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D105476/new/
https://reviews.llvm.org/D105476
More information about the llvm-commits
mailing list