[Openmp-commits] [openmp] [OpenMP] Provide __kmp_unnamed_critical_addr on SPARC (PR #138517)

Martin Storsjö via Openmp-commits openmp-commits at lists.llvm.org
Wed May 7 00:43:08 PDT 2025


mstorsjo wrote:

> It's my fault, unfortunately: I'd forgotten that while the `@object` form works on the vast majority of ELF targets, ARM/AArch64 is the odd man out.

I think this is only the case for ARM, not AArch64. The reason is that `@` is treated as default assembler comment character there - but this isn't the case for AArch64.

https://github.com/llvm/llvm-project/pull/138517


More information about the Openmp-commits mailing list