[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:12:11 PST 2023


vitalybuka added a comment.

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

> In D140946#4024932 <https://reviews.llvm.org/D140946#4024932>, @vitalybuka wrote:
>
>> 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
>
> Did the compiler warn or something, or how did you find this?
>
> LGTM with CI passing.

error: exception specification in declaration does not match previous declaration
https://godbolt.org/z/6ofjG7xej


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