[all-commits] [llvm/llvm-project] 39beeb: [OpenMP] Fix __kmp_unnamed_critical_addr .type set...

Rainer Orth via All-commits all-commits at lists.llvm.org
Wed May 7 12:00:05 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39beeb8eaa62506013df235497def6cc15ef362a
      https://github.com/llvm/llvm-project/commit/39beeb8eaa62506013df235497def6cc15ef362a
  Author: Rainer Orth <ro at gcc.gnu.org>
  Date:   2025-05-07 (Wed, 07 May 2025)

  Changed paths:
    M openmp/runtime/src/z_Linux_asm.S

  Log Message:
  -----------
  [OpenMP] Fix __kmp_unnamed_critical_addr .type setting (#138815)

PR #138517 broke the Android LLVM builders: ARM doesn't understand the
`@object` form. As it turns out, one can use `%object` instead, which
does assemble on all targets currently supported by `z_Linux_asm.S`.

Tested by rebuilding `libomp.so` on `sparcv9-sun-solaris2.11`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list