[Openmp-commits] [openmp] Mark as UNSUPPORTED some OMPT tests that fail on RISC-V (PR #156914)
via Openmp-commits
openmp-commits at lists.llvm.org
Fri Feb 13 07:34:31 PST 2026
julianmorillo wrote:
My test output for `explict.c` is as follows:
```
281474976710658: ompt_event_barrier_explicit_end: parallel_id=281474976710661, task_id=281474976710662, codeptr_ra=0x55609978aae0
281474976710658: current_address=0x55609978aade or 0x55609978aada
```
So I will add `((char *)addr) - 4` to the `print_possible_return_addresses` macro in `callback.h` for the `_riscv_compressed` case.
https://github.com/llvm/llvm-project/pull/156914
More information about the Openmp-commits
mailing list