Details
Details
- Reviewers
ldionne philnik - Group Reviewers
Restricted Project - Commits
- rGd19fbfed47d9: [libcxx] Fix build with GLIBC
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Which glibc version affects this? Also, why not just use __builtin_abort instead? That would remove the need for the forward declaration all together.
Comment Actions
2.27, but it's 23 years the same https://github.com/bminor/glibc/blame/master/stdlib/stdlib.h#L611
Also, why not just use __builtin_abort instead? That would remove the need for the forward declaration all together.
Thanks for the hint, done
Comment Actions
error: exception specification in declaration does not match previous declaration
https://godbolt.org/z/6ofjG7xej