[Openmp-commits] [PATCH] D137828: RFC: [openmp] Don't assume a specific layout for alloca() in Windows arm64 __kmp_invoke_microtask
Christopher Pulido via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Nov 11 09:02:03 PST 2022
pulidocr added inline comments.
================
Comment at: openmp/runtime/src/z_Windows_NT-586_util.cpp:152
switch (argc) {
+ default:
+ fprintf(stderr, "Too many args to microtask: %d!\n", argc);
----------------
Is there a fallback path for ARM64 MSVC? If there isn't, then our libomp140.aarch64.dll might break. @natgla FYI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137828/new/
https://reviews.llvm.org/D137828
More information about the Openmp-commits
mailing list