Skip to content

Commit 463956a

Browse files
Update llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp
Co-authored-by: Ellis Hoag <[email protected]>
1 parent 7ca4632 commit 463956a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/DWARFLinker/Classic/DWARFLinker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ static void constructSeqOffsettoOrigRowMapping(
481481
auto StmtAttrSmallerThanNext = [N = NextSeqOff](const PatchLocation &SA) {
482482
return SA.get() < N;
483483
};
484-
auto SeqStartSmallerThanNext = [N = NextRow](const size_t &Row) {
484+
auto SeqStartSmallerThanNext = [N = NextRow](const uint64_t &Row) {
485485
return Row < N;
486486
};
487487
// If both StmtAttrs and SeqStartRows points to value not in

0 commit comments

Comments
 (0)