forked from OSchip/llvm-project
241d1d9e17
The runtime will use the global kmp_critical_name as a lock and tries to atomically store a pointer in there. This will fail if the global is only aligned by 4 bytes, the size of one int32_t element. Use a union to ensure the global is aligned to the size of a pointer on the current platform. llvm-svn: 319811 |
||
---|---|---|
.. | ||
cancellation_for_sections.c | ||
many-microtask-args.c | ||
omp_foreign_thread_team_reuse.c | ||
teams-no-par.c | ||
teams-reduction.c |