[libc-commits] [PATCH] D148290: [LIBC] Support custom attributes in pthread_create

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Mon May 22 15:34:00 PDT 2023


sivachandra added a comment.

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.


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