[all-commits] [llvm/llvm-project] 1737a9: [OpenMP][OMPT] Revert `control_tool.c` changes fro...
Jan André Reuter via All-commits
all-commits at lists.llvm.org
Tue Apr 14 07:55:19 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1737a913ed015796c9ba843de6c410c727070022
https://github.com/llvm/llvm-project/commit/1737a913ed015796c9ba843de6c410c727070022
Author: Jan André Reuter <j.reuter at fz-juelich.de>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M openmp/runtime/test/ompt/misc/control_tool.c
Log Message:
-----------
[OpenMP][OMPT] Revert `control_tool.c` changes from #191429 (#192069)
On s390x, the changes to `control_tool.c` cause a different return
address to be returned from the call to `print_current_address(0)`. Due
to the strictness of the current address returned by this call, this
lead to a test failure.
Since the return values of `omp_control_tool` are checked in separate
tests already, revert the changes to ensure that the return address
stays at the expected value.
Signed-off-by: Jan André Reuter <j.reuter at fz-juelich.de>
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