[libcxx-commits] [libcxx] r362465 - We had a _LIBCPP_ASSERT commented out because gcc 4.9 didn't like it. We (LLVM) now require GCC 5.1, so that's not a problem any more. Re-enable the assertion. Fixes PR#36863
JF Bastien via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Jun 3 22:38:12 PDT 2019
> On Jun 3, 2019, at 10:33 PM, Marshall Clow <mclow.lists at gmail.com> wrote:
>
>
>
>> On Mon, Jun 3, 2019 at 10:25 PM Shoaib Meenai <smeenai at fb.com> wrote:
>> We haven't actually bumped up our minimum requirement to 5.1 yet; our minimum is still 4.8. See http://lists.llvm.org/pipermail/llvm-dev/2019-May/132204.html
>>
>
> I got the 5.1 from here:
> http://llvm.org/docs/GettingStarted.html#software
Per that page: 4.8 is still the minimum, but it soft-errors. We’ll likely transition to 5.1 soon as a minimum.
> -- Marshall
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190603/18566ba1/attachment.html>
More information about the libcxx-commits
mailing list