This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][OMPT] Rename callback master to masked in ompt-multiplex.h
ClosedPublic

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

Details

Summary

OpenMP 5.1 replaced callback ompt_callback_master_t by
ompt_callback_masked_t. In order to stick to the standard,
the implementation is updated accordingly.

Patch prepared by Semih Burak

Diff Detail