We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ca4632 commit 463956aCopy full SHA for 463956a
llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
@@ -481,7 +481,7 @@ static void constructSeqOffsettoOrigRowMapping(
481
auto StmtAttrSmallerThanNext = [N = NextSeqOff](const PatchLocation &SA) {
482
return SA.get() < N;
483
};
484
- auto SeqStartSmallerThanNext = [N = NextRow](const size_t &Row) {
+ auto SeqStartSmallerThanNext = [N = NextRow](const uint64_t &Row) {
485
return Row < N;
486
487
// If both StmtAttrs and SeqStartRows points to value not in
0 commit comments