llvm-project/openmp/runtime/test
Martin Storsjö a6440b0fc5 [openmp] [test] Fix warnings about printf format mismatches on Windows
This fixes warnings like this:

```
openmp/runtime/test/omp_testsuite.h:107:60: warning: format specifies type 'unsigned int' but the argument has type 'DWORD' (aka 'unsigned long') [-Wformat]
    fprintf(stderr, "CreateThread() failed: Error #%u.\n", GetLastError());
                                                   ~~      ^~~~~~~~~~~~~~
                                                   %lu
```

Differential Revision: https://reviews.llvm.org/D137747
2022-11-18 08:50:26 +02:00
..
affinity [openmp] [test] Fix building the affinity/format/fields_values.c testcase on Windows 2022-11-11 13:54:27 +02:00
api [OpenMP] Implementing omp_get_device_num() 2022-06-29 02:18:21 -05:00
atomic [OpenMP][Clang] Fix atomic compare for signed vs. unsigned 2022-05-30 11:02:20 -04:00
barrier [OpenMP] libomp: Add new experimental barrier: two-level distributed barrier 2021-07-29 14:09:26 -05:00
critical [OpenMP][Tests][NFC] Mark tests trying to link COI as unsupported 2021-10-25 18:20:12 +02:00
env [OpenMP] libomp: fix dynamic loop dispatcher 2021-06-22 16:29:01 +03:00
flush
lock
master
misc_bugs
ompt [OpenMP] Add LoongArch64 support 2022-09-19 22:49:15 +00:00
parallel [Clang][OpenMP] Make copyin clause on combined and composite construct work (patch by Yuichiro Utsumi (utsumi.yuichiro@fujitsu.com)) 2022-08-23 07:58:35 -07:00
tasking [openmp] [test] Unbreak tests that rely on hidden_helper_task on Windows 2022-11-17 22:24:24 +02:00
teams [OpenMP] Extend omp teams to permit nested omp atomic 2022-05-26 14:59:16 -04:00
threadprivate
worksharing [openmp] [test] Unbreak tests that rely on hidden_helper_task on Windows 2022-11-17 22:24:24 +02:00
CMakeLists.txt [OpenMP][libomp] Detect if test compiler has omp.h 2022-08-02 17:05:56 -05:00
lit.cfg [openmp] [test] Unbreak tests that rely on hidden_helper_task on Windows 2022-11-17 22:24:24 +02:00
lit.site.cfg.in [OpenMP][libomp] Detect if test compiler has omp.h 2022-08-02 17:05:56 -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