llvm-project/openmp/runtime/test/misc_bugs
Jonas Hahnfeld 241d1d9e17 Fix alignment in teams-reduction.c test
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
2017-12-05 18:45:21 +00:00
..
cancellation_for_sections.c [CMake] Detect information about test compiler 2017-11-30 17:08:31 +00:00
many-microtask-args.c
omp_foreign_thread_team_reuse.c
teams-no-par.c Fixed intermittent hang on tests with "target teams if(0)" construct with no parallel inside. 2017-03-21 13:48:52 +00:00
teams-reduction.c Fix alignment in teams-reduction.c test 2017-12-05 18:45:21 +00:00