[PATCH] D133570: Clang codegen, fixes issue with emitting partially initialized constant arrays larger than 2^32
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 9 07:27:15 PDT 2022
aaron.ballman added a comment.
In D133570#3780171 <https://reviews.llvm.org/D133570#3780171>, @OfekShochat wrote:
> hello again, I added two tests, one for llvm and one for clang. how do I run those specifically so I see I didnt do something wrong?
The short answer is: you can run the `check-all` to run the LLVM and Clang tests together. For more details, our testing documentation can be found at: https://llvm.org/docs/TestingGuide.html though we also have some details at: https://clang.llvm.org/hacking.html#testing as well.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133570/new/
https://reviews.llvm.org/D133570
More information about the cfe-commits
mailing list