1
0
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:
Simon Pilgrim 2018-08-01 13:00:11 +00:00
parent 60963db173
commit 5c0819efe2

View File

@ -962,6 +962,7 @@ MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const {
"format: not implemented.");
break;
}
llvm_unreachable("Unknown ObjectFormatType");
}
MCSection *