[libcxx-commits] [PATCH] D140946: [libcxx] Fix build with GLIBC

Vitaly Buka via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 3 20:02:44 PST 2023


vitalybuka added a comment.

In D140946#4024896 <https://reviews.llvm.org/D140946#4024896>, @philnik wrote:

> Which glibc version affects this?

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


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