Skip to content

Commit 4c69f77

Browse files
[𝘀𝗽𝗿] initial version
Created using spr 1.3.6
1 parent 5af3fa8 commit 4c69f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CAS/MappedFileRegionArena.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ Expected<MappedFileRegionArena> MappedFileRegionArena::create(
272272

273273
// Release the shared lock so it can be closed in destoryImpl().
274274
SharedFileLock->release();
275-
return Result;
275+
return std::move(Result);
276276
}
277277

278278
void MappedFileRegionArena::destroyImpl() {

0 commit comments

Comments
 (0)