[Openmp-commits] [openmp] [OpenMP] Provide	__kmp_unnamed_critical_addr on SPARC (PR #138517)
    Rainer Orth via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Wed May  7 00:39:18 PDT 2025
    
    
  
rorth 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.  This can be seen in the `.section .note.GNU-stack` definition a few lines below.  I've found
that on all targets currently supported by `z_Linux_asm.S`, one can assemble `%object` instead.  I'll post a (very lightly) tested patch shortly.
https://github.com/llvm/llvm-project/pull/138517
    
    
More information about the Openmp-commits
mailing list