forked from OSchip/llvm-project
Fix "not all control paths return a value" MSVC warning.
llvm-svn: 338529
This commit is contained in:
parent
aade120545
commit
25b15f1026
|
@ -962,6 +962,7 @@ MCSection *MCObjectFileInfo::getDwarfTypesSection(uint64_t Hash) const {
|
|||
"format: not implemented.");
|
||||
break;
|
||||
}
|
||||
llvm_unreachable("Unknown ObjectFormatType");
|
||||
}
|
||||
|
||||
MCSection *
|
||||
|
|
Loading…
Reference in New Issue