This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Add infrastructure for target_data in ompt-multiplex.h
Needs ReviewPublic

Authored by protze.joachim on Oct 29 2021, 4:16 AM.

Details

Reviewers
hbae
jdoerfert
Summary

In order to implement the missing target related callbacks in
the multiplexer, we needed to integrate target data in
ompt-multiplex.h.
For that, we add macros and getter functions similar as for
the other tool data objects.

Patch prepared by Semih Burak

Diff Detail