[all-commits] [llvm/llvm-project] df9a90: [OpenMP][test] Define print_possible_return_addres...

Rainer Orth via All-commits all-commits at lists.llvm.org
Thu May 15 05:32:18 PDT 2025


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

  Changed paths:
    M openmp/runtime/test/ompt/callback.h

  Log Message:
  -----------
  [OpenMP][test] Define print_possible_return_addresses on SPARC (#138523)

Parts of the `openmp` testsuite currently don't build on SPARC due to
the lack of a `print_possible_return_addresses` definition.

This patch provides one. With it, the vast majority of tests `PASS` on
Solaris/sparcv9 and, with an additional patch, on Linux/sparc64.

The current definition was obtained empirically.

Tested on `sparcv9-sun-solaris2.11`, `sparc64-unknown-linux-gnu`,
`amd64-pc-solaris2.11`, and `x86_64-pc-linux-gnu`.



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