Silence MSVC warning about falling off the end of a function after a fully covered switch

llvm-svn: 260417
This commit is contained in:
Reid Kleckner 2016-02-10 19:28:13 +00:00
parent cf5414ee11
commit 257102e63d
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ bool MachOLinkingContext::minOS(StringRef mac, StringRef iOS) const {
// This matches the ld64 behaviour
return false;
}
llvm_unreachable("invalid OS enum");
}
bool MachOLinkingContext::addEntryPointLoadCommand() const {