[PATCH] D77986: [lit] Move llvm-test-suite result codes into llvm/lit
Julian Lettner via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 14 13:31:06 PDT 2020
yln added a comment.
In D77986#1981550 <https://reviews.llvm.org/D77986#1981550>, @jdoerfert wrote:
> To make this clear: Right now this is needed for me to run lnt with lit in the first place. Without these two patches lnt crashes as it provides lit with NOEXE result codes that are not handled in `tests_by_code` (and potentially other places).
Ah, I now understand the reason and urgency! I didn't realize that there were "custom" categories in derived projects. Apologies for breaking things. Let me get back to you with a patch that accounts for this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77986/new/
https://reviews.llvm.org/D77986
More information about the llvm-commits
mailing list