[Openmp-commits] [PATCH] D91002: [OpenMP] Fix asm for arm64-darwin
Michael Pique via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Sat Nov 7 12:10:20 PST 2020
Michael_Pique added a comment.
Please see discussion D297341 for similar earlier proposal. That patch (D88252 <https://reviews.llvm.org/D88252>) incorporated reviewer suggestion to guard the .size with “if __ELF__” as more general than “KMP_OS_LINUX” and was listed as “accepted” 23 October 2020. Would be good to test both versions on an AMR64 Linux system, but I do not have access to one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91002/new/
https://reviews.llvm.org/D91002
More information about the Openmp-commits
mailing list