[all-commits] [llvm/llvm-project] 2d739f: [OpenMP][Offload] Automatically map indirect funct...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Tue Nov 7 08:33:54 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d739f13d49363dd55867e1d8cda80d92d617675
https://github.com/llvm/llvm-project/commit/2d739f13d49363dd55867e1d8cda80d92d617675
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M openmp/libomptarget/src/omptarget.cpp
A openmp/libomptarget/test/offloading/indirect_fp_mapping.c
Log Message:
-----------
[OpenMP][Offload] Automatically map indirect function pointers (#71462)
We already have all the information to automatically map function
pointers that have been declared as `indirect` declare target by the
user. This is just enabling and testing the functionality by looking
through the one level of indirection.
More information about the All-commits
mailing list