mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-14 23:48:56 +00:00
Fix -Wcovered-switch-default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295799 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7d65faa5cc
commit
9a736108d4
@ -129,9 +129,7 @@ static bool isBSDLike(object::Archive::Kind Kind) {
|
||||
case object::Archive::K_BSD:
|
||||
case object::Archive::K_DARWIN:
|
||||
return true;
|
||||
case object::Archive::K_MIPS64:
|
||||
case object::Archive::K_DARWIN64:
|
||||
case object::Archive::K_COFF:
|
||||
default:
|
||||
llvm_unreachable("not supported for writting");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user