mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-04-03 00:01:39 +00:00
Fix build error on gcc.
llvm-svn: 304595
This commit is contained in:
parent
190982ec1b
commit
dbb1d04cf0
@ -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