[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
Tue Jul 18 05:43:29 PDT 2023


crobeck added a comment.

cmake -GNinja -DLLVM_ENABLE_PROJECTS='llvm;clang;lld' -DLLVM_TARGETS_TO_BUILD='X86;AMDGPU' \
-DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON

is the build line I was using. The unit that crashes is:

/llvm-project/llvm/unittests/Support/IndexedAccessorTest.cpp

gcc 8.3.1 just happened to be the default on my system (RHEL 8.2). Although looking at it again, build this test until you start the lit tests so it's not actually a runtime error. If things are passing on the build bot though can probably just call it "done" and move on.


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