[PATCH] D104526: [LLD] [MinGW] Print errors/warnings in lld-link with a "ld.lld" prefix
Reid Kleckner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 18 09:49:38 PDT 2021
rnk accepted this revision.
rnk added a comment.
This revision is now accepted and ready to land.
> To actually test the effect of this, we'd have to actually do linking
> from the test/MinGW subdirectory (which we don't do so far) and
> have that link trigger an error.
>
> Do you think it's necessary to make a standalone failing link test
> to test the effect of this, or is it good as is?
I think mingw lld can certainly have integration tests. I think it's better to focus on testing at the smallest testable boundary, which is the argument translation layer, but tactical integration testing is also valuable.
I don't think it's strictly necessary in this case, but if you'd like to add one, go for it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104526/new/
https://reviews.llvm.org/D104526
More information about the llvm-commits
mailing list