[PATCH] D145632: [test] Remove occurences of br undef in CodeGen/PowerPC tests
Nuno Lopes via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 9 04:39:52 PST 2023
nlopes added a comment.
In D145632#4181185 <https://reviews.llvm.org/D145632#4181185>, @kritgpt wrote:
> In D145632#4180536 <https://reviews.llvm.org/D145632#4180536>, @nlopes wrote:
>
>> tests are failing. please run all the tests before submitting patches.
>
> I checked these files with `ninja check-llvm` and all tests passed, but some fail here. Is there other checks I can perform before submitting a patch?
probably you compiled LLVM with a single backend. You need to compile LLVM with everything.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145632/new/
https://reviews.llvm.org/D145632
More information about the llvm-commits
mailing list