[Openmp-commits] [openmp] [Libomptarget][NFC] Remove concept of optional plugin functions (PR #82681)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Thu Feb 22 14:37:04 PST 2024
jhuber6 wrote:
In the future I want to move to a statically linked interface. Having the concept of "optional" functions is really difficult with a static interface, so we should just formalize it so some functions can just return "UNIMPLEMENTED" or something.
https://github.com/llvm/llvm-project/pull/82681
More information about the Openmp-commits
mailing list