[Openmp-commits] [PATCH] D137168: [OpenMP][mingw] Fix build for aarch64 target
Martin Storsjö via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Tue Nov 8 05:45:10 PST 2022
mstorsjo added a comment.
In D137168#3914777 <https://reviews.llvm.org/D137168#3914777>, @mstorsjo wrote:
> I managed to sort out all the test failures - many of them were caused by using slight mismatches in version between the sources to build libomp.dll and for running tests, some caused by using a slightly older version of clang to build.
Sorry, I realized I had only been testing it successfully in a Debug build - when built in Release mode there still are a couple failures that I need to sort out. Anyway, I'll let you know if I find anything relevant, and post patches when I have it sorted out.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137168/new/
https://reviews.llvm.org/D137168
More information about the Openmp-commits
mailing list