diff options
author | Martin Storsjö <martin@martin.st> | 2022-11-10 15:02:05 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2022-11-25 21:46:31 +0200 |
commit | 97958c9bb83cec44b6ce13e732b53de0171a5d43 (patch) | |
tree | 0ab2ee1942020440c761d6429c44e7dffa4d4148 /llvm/lib/IR/Module.cpp | |
parent | d6ab42dec492ccd3f1b515796d9d2fb020c520bd (diff) | |
download | llvm-97958c9bb83cec44b6ce13e732b53de0171a5d43.zip llvm-97958c9bb83cec44b6ce13e732b53de0171a5d43.tar.gz llvm-97958c9bb83cec44b6ce13e732b53de0171a5d43.tar.bz2 |
[openmp] Support building for armv7 Windows with mingw tools
This does things in the same way as
D137168 / a356782426f5bf54a00570e1f925345e5fda7b2e and
D101173 / 4fb0aaf03381473ec8af727edb4b5d59b64b0d60 did for aarch64.
This adds a C implementation of __kmp_invoke_microtask in the same
way as the fallback C implementation in z_Linux_util.cpp.
Both the existing C fallback used on arm linux, and this one added here,
fail test/misc_bugs/many-microtask-args.c similarly (which could be
considered as an XFAIL).
Differential Revision: https://reviews.llvm.org/D138689
Diffstat (limited to 'llvm/lib/IR/Module.cpp')
0 files changed, 0 insertions, 0 deletions