[PATCH] D22797: Fix for compiling with clang <= 3.7 and g++6 headers.

David Blaikie via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 14 08:47:49 PDT 2016


On Sat, Aug 13, 2016 at 7:11 PM Richard Smith <richard at metafoo.co.uk> wrote:

> rsmith added a comment.
>
> > clang 3.6, 3.7 and gcc 6.1.1 libstdc++ headers
>
>
> Do we need to care about this configuration? Versions of clang prior to
> 3.9 didn't implement the `abi_tag` attribute, so presumably are going to
> fail to link even if the compilation succeeds?
>

That was, broadly (hadn't considered the abi_tag part) my opinion as well.
A patch to change the website page that lists supported configurations &
explains that libstdc++ 6 and greater need Clang 3.9 or greater would be
fine, I think.

- Dave


>
>
> Repository:
>   rL LLVM
>
> https://reviews.llvm.org/D22797
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160814/bab3fd9e/attachment.html>


More information about the llvm-commits mailing list