[PATCH] D155441: [ADT] Remove SFINAE constraint from llvm::iterator_range ctor for gcc-7

Corbin Robeck via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 17 17:39:45 PDT 2023


crobeck added a comment.

In D155441#4507897 <https://reviews.llvm.org/D155441#4507897>, @steakhal wrote:

> In D155441#4507877 <https://reviews.llvm.org/D155441#4507877>, @MaskRay wrote:
>
>>> Allegedly, GCC-8 and above builds just fine.
>>
>> It would be nice to test this:)
>
> I'll check that tomorrow.

I've been unsuccessful at getting this to pass the lit checks with GCC 8.3. That GCC version check may need to be more inclusive.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D155441/new/

https://reviews.llvm.org/D155441



More information about the llvm-commits mailing list