Reviewing failures identified in D78586, I was finding the identifiers
for these iterators hard to read.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/CodeGen/MachineVerifier.cpp | ||
---|---|---|
178 | build failures look like: llvm/llvm/lib/CodeGen/MachineVerifier.cpp:178:70: error: cannot call member function ‘bool {anonymous}::MachineVerifier::BBInfo::addRequired(unsigned int)’ without object error: void value not ignored as it ought to be Not sure why I don't see these locally? Does the lambda need this->addRequired? |
llvm/lib/CodeGen/MachineVerifier.cpp | ||
---|---|---|
178 | g++ specific bug? |
Comment Actions
follow up: https://reviews.llvm.org/D78962
llvm/lib/CodeGen/MachineVerifier.cpp | ||
---|---|---|
178 | I'm building clang with clang locally, so maybe that's it? |
build failures look like:
Not sure why I don't see these locally? Does the lambda need this->addRequired?