================ @@ -26,6 +26,6 @@ #define RLIMIT_RTPRIO 14 #define RLIMIT_RTTIME 15 -#define RLIM_INFINITY (~0UL) +#define RLIM_INFINITY (~0ULL) ---------------- kaladron wrote: Seems to have passed the tests. =) https://github.com/llvm/llvm-project/pull/204130