mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
Fix "not all control paths return a value" MSVC warning.
llvm-svn: 338529
This commit is contained in:
parent
60963db173
commit
5c0819efe2
@ -962,6 +962,7 @@ MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const {
|
||||
"format: not implemented.");
|
||||
break;
|
||||
}
|
||||
llvm_unreachable("Unknown ObjectFormatType");
|
||||
}
|
||||
|
||||
MCSection *
|
||||
|
Loading…
x
Reference in New Issue
Block a user