================
@@ -52,6 +56,7 @@ else()
   check_include_file(mach/mach.h HAVE_MACH_MACH_H)
   check_include_file(malloc/malloc.h HAVE_MALLOC_MALLOC_H)
   check_include_file(pthread.h HAVE_PTHREAD_H)
+  check_include_file(sys/resource.h HAVE_SYS_RESOURCE_H)
----------------
Bigcheese wrote:

I couldn't find good info on if `sys/resource.h` is present everywhere we care 
about, but if we already use it on unix systems then I'm fine removing the 
config checks.

https://github.com/llvm/llvm-project/pull/133173
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to