tests not compile with -ffreestanding can pull unwanted dependencies like limits.h which defines PTHREAD_STACK_MIN.
This is what caused the build bot failure in https://reviews.llvm.org/D156981#4570776.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo