You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[OMPD] Runtime Entry Point functions for OMPD in libomp.so is mangled.
Encapsulating required OMPD and OMPT data structures and signatures within
extern "C" as per the supplementary soure file for omp-tools.h provided by
the OpenMP spec
https://github.com/OpenMP/sources/blob/main/include/omp-tools.h,
thus ensuring that the OMPD runtime entry point functions have C linkage
and are not mangled.
0 commit comments