mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 05:21:28 +00:00
Fix build error on gcc.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304595 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2961ee384e
commit
efbf6a8cda
@ -397,7 +397,7 @@ llvm::CodeViewYAML::convertSubsectionList(
|
||||
DebugStringTableSubsection &Strings) {
|
||||
std::vector<std::unique_ptr<DebugSubsection>> Result;
|
||||
if (Subsections.empty())
|
||||
return Result;
|
||||
return std::move(Result);
|
||||
|
||||
auto Checksums = findChecksums(Subsections);
|
||||
if (!Checksums)
|
||||
|
Loading…
x
Reference in New Issue
Block a user