Files
llvm-project/offload/test/api/omp_indirect_func_array.c
Nick Sarnie 5aea02a163 [OpenMP][Device] Fix __llvm_omp_indirect_call_lookup function pointer types (#192502)
`__llvm_omp_indirect_call_lookup` takes in and returns a function
pointer, so make sure the types are correct, which includes the correct
address space.

The FE was recently changed to generate the correct code
[here](https://github.com/llvm/llvm-project/pull/192470).

With this change, three function pointer tests start passing.

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
2026-04-16 18:51:52 +00:00

3.0 KiB