llvm-capstone/openmp/runtime/test
Vadim Paretsky a91b9bd9c7 [OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540)
MSVC does not define __BYTE_ORDER__ making the check for BigEndian
erroneously evaluate to true and breaking the struct definitions in MSVC
compiled builds correspondingly. The fix adds an additional check for
whether __BYTE_ORDER__ is defined by the compiler to fix these.

---------

Co-authored-by: Vadim Paretsky <b-vadipa@microsoft.com>
(cherry picked from commit 110141b37813dc48af33de5e1407231e56acdfc5)
2024-03-11 13:42:47 -07:00
..
affinity [OpenMP][test][VE] Limit the number of AFFINITY_MAX_CPUS for VE (#65872) 2023-09-12 23:45:56 +09:00
api [OpenMP] Add missing test for pinned memory API 2022-12-15 21:29:15 -06:00
atomic [OpenMP] Update the default version of OpenMP to 5.1 2023-06-15 12:41:09 +05:30
barrier
critical
env
flush
lock
master
misc_bugs [OpenMP] return empty stmt for nothing (#74042) 2023-12-03 13:33:38 +05:30
ompt [OpenMP][AArch64] Workaround for ompt/synchronization tests (#75848) 2023-12-19 19:26:23 +01:00
parallel [OpenMP] Fix the issue in openmp/runtime/test/parallel/bug63197.c 2023-06-14 12:23:37 -04:00
target [OpenMP] [test] Fix target_thread_limit.cpp to not assume 4 or more cores 2023-09-01 21:16:58 +03:00
tasking [OpenMP] fix endianness dependent definitions in OMP headers for MSVC (#84540) 2024-03-11 13:42:47 -07:00
teams [OpenMP][Tests][NFC] Mark unsupported libomp tests for GCC 2023-05-23 10:33:09 +02:00
threadprivate
worksharing [OpenMP] Add skewed iteration distribution on hybrid systems (#69946) 2023-11-08 10:19:37 -06:00
CMakeLists.txt [OpenMP] Implement task record and replay mechanism 2023-05-15 10:00:55 -05:00
lit.cfg [openmp][AIX]Initial changes for porting to AIX (#76841) 2024-01-08 08:33:00 -05:00
lit.site.cfg.in [OpenMP] Implement task record and replay mechanism 2023-05-15 10:00:55 -05:00
omp_my_sleep.h
omp_testsuite.h [openmp] [test] Fix warnings about printf format mismatches on Windows 2022-11-18 08:50:26 +02:00