mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Fix build. NFC.
This commit is contained in:
parent
312f303b26
commit
45866e6621
@ -18,5 +18,5 @@
|
||||
type = Library
|
||||
name = DebugInfoPDB
|
||||
parent = DebugInfo
|
||||
required_libraries = Object Support DebugInfoCodeView DebugInfoMSF
|
||||
required_libraries = BinaryFormat Object Support DebugInfoCodeView DebugInfoMSF
|
||||
|
||||
|
@ -104,7 +104,7 @@ loadPdbFile(StringRef PdbPath, std::unique_ptr<BumpPtrAllocator> &Allocator) {
|
||||
if (auto EC = File->parseStreamData())
|
||||
return std::move(EC);
|
||||
|
||||
return File;
|
||||
return std::move(File);
|
||||
}
|
||||
|
||||
Error NativeSession::createFromPdbPath(StringRef PdbPath,
|
||||
|
Loading…
Reference in New Issue
Block a user