Skip to content

Commit cba5ed3

Browse files
committed
Use consistent type for idx
1 parent 570e6f6 commit cba5ed3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Object/TapiUniversal.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ TapiUniversal::TapiUniversal(MemoryBufferRef Source, Error &Err)
2929
}
3030
ParsedFile = std::move(Result.get());
3131

32-
auto FlattenObjectInfo = [this](const auto &File, unsigned DocIdx) {
32+
auto FlattenObjectInfo = [this](const auto &File, size_t DocIdx) {
3333
StringRef Name = File->getInstallName();
3434
for (const Architecture Arch : File->getArchitectures())
3535
Libraries.emplace_back(Library({Name, Arch, DocIdx}));

0 commit comments

Comments
 (0)