Skip to content

Commit 373e70d

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.7
1 parent 80a5332 commit 373e70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CAS/UnifiedOnDiskCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ getAllDBDirs(StringRef Path, bool IncludeCorrupt = false) {
174174
return createFileError(Path, EC);
175175

176176
llvm::sort(FoundDBDirs, [](const DBDir &LHS, const DBDir &RHS) -> bool {
177-
return LHS.Order <= RHS.Order;
177+
return LHS.Order < RHS.Order;
178178
});
179179

180180
SmallVector<std::string, 4> DBDirs;

0 commit comments

Comments
 (0)