[libcxx-commits] [PATCH] D140946: [libcxx] Fix build with GLIBC
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 3 19:36:06 PST 2023
philnik added a comment.
Which glibc version affects this? Also, why not just use `__builtin_abort` instead? That would remove the need for the forward declaration all together.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140946/new/
https://reviews.llvm.org/D140946
More information about the libcxx-commits
mailing list