Re: adding OMPD support

2022-02-11 Thread Jakub Jelinek via Gcc
On Fri, Feb 11, 2022 at 12:46:32AM +0200, Mohamed Atef wrote: >i want to make the variable ompd_dll_locations global to openMP > runtime according to my understanding i should add it to OMP_5.1 {} in Given that it is not going to make GCC 12 which introduced the OMP_5.1 symbol version, our

adding OMPD support

2022-02-10 Thread Mohamed Atef via Gcc
hello everyone, i want to make the variable ompd_dll_locations global to openMP runtime according to my understanding i should add it to OMP_5.1 {} in libgomp.map and its definition should be done in initialize_env() function in env.c is there anything else needed to be done. another questio