[libc-commits] [PATCH] D148290: [LIBC] Support custom attributes in pthread_create
Noah Goldstein via Phabricator via libc-commits
libc-commits at lists.llvm.org
Mon May 22 15:47:00 PDT 2023
goldstein.w.n added a comment.
In D148290#4362719 <https://reviews.llvm.org/D148290#4362719>, @sivachandra wrote:
> I have landed a fix: https://reviews.llvm.org/D151158
>
> There were two problems - 1. The integration tests were being built without -fno-exceptions, 2. On the aarch64 builder, the page size is 64KB which was way bigger than the 16KB stack min.
Ah, thank you :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148290/new/
https://reviews.llvm.org/D148290
More information about the libc-commits
mailing list