[clang] [llvm] [llvm][clang] Allocate a new stack instead of spawning a new thread to get more stack space (PR #133173)

Michael Spencer via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 3 11:10:09 PDT 2025


================
@@ -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


More information about the llvm-commits mailing list