Skip to content

Commit 0983121

Browse files
authored
[SYCL][NFC] Code clean up revealed by self build. (#2987)
1 parent 70e003a commit 0983121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/tools/sycl-post-link/sycl-post-link.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ static string_vector saveResultSymbolsLists(string_vector &ResSymbolsLists) {
602602
writeToFile(CurOutFileName, ResSymbolsLists[I]);
603603
Res.emplace_back(std::move(CurOutFileName));
604604
}
605-
return std::move(Res);
605+
return Res;
606606
}
607607

608608
#define CHECK_AND_EXIT(E) \

0 commit comments

Comments
 (0)