[Openmp-commits] [PATCH] D132925: [OpenMP] Add LoongArch64 support
Lu Weining via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sun Dec 11 18:42:24 PST 2022
SixWeining added a comment.
In D132925#3763451 <https://reviews.llvm.org/D132925#3763451>, @prcups wrote:
> Now I have fixed the problem(The cause is just about not saving return address before calling). Although that, it still failed 4 tests after I ran "make check-openmp". The failed tests are affinity/kmp-affinity.c, affinity/kmp-hw-subset.c, affinity/omp-places.c and teams/teams.c. I 'm not sure if it's necessary to care about and how to handle them. There are also 1 unexpextedly passed and 3 expectedly failed tests.
Some of failed cases could be fixed by D139802 <https://reviews.llvm.org/D139802>.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132925/new/
https://reviews.llvm.org/D132925
More information about the Openmp-commits
mailing list