[libc-commits] [PATCH] D75818: [libc] Take 2: Add linux implementations of thrd_create and thrd_join functions.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Sun Mar 8 08:31:38 PDT 2020
sivachandra added a comment.
In D75818#1911513 <https://reviews.llvm.org/D75818#1911513>, @abrachet wrote:
> FWIW the tests works fine on my machine but the last patch did as well. Also, exceptions can properly unwind the threads stack which I thought might have been an issue with calling clone in C and not being able to emit the correct cfi directives. Which is to say I'm fairly confident everything is set up properly now :)
I have access to a machine on which it was failing previously but passing now :)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75818/new/
https://reviews.llvm.org/D75818
More information about the libc-commits
mailing list