Unverified Commit 77c2b623 authored by Ilya Leoshkevich's avatar Ilya Leoshkevich Committed by GitHub
Browse files

[OpenMP][Tests] Sync struct DEP with the runtime (#69982)

struct DEP defined in multiple testcases must correspond to runtime's
struct kmp_depend_info. The former defines flags as int, and the latter
as kmp_uint8_t. This discrepancy goes unnoticed on little-endian
systems, but breaks big-endian ones.

Make flags in struct DEP unsigned char.
parent 34459b72
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment