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

Balázs Benics via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 18 04:20:59 PDT 2023


steakhal added a comment.

In D155441#4509885 <https://reviews.llvm.org/D155441#4509885>, @crobeck wrote:

> In D155441#4509069 <https://reviews.llvm.org/D155441#4509069>, @steakhal wrote:
>
>> In D155441#4508400 <https://reviews.llvm.org/D155441#4508400>, @crobeck wrote:
>>
>>> FWIW, the lit checks were failing for me with with GCC 8.3 so that GCC version check may need to be more inclusive.
>
> Oh, sure. Sorry, what I was trying, unsuccessfully apparently, to get across was that it built fine but then failed during the lit tests. Not about the actual GCC version.

I see. Could you please provide me some details?

- What is you cmake configuration?
- What is the ninja target to trigger the failure?


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