mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-07 19:19:26 +00:00
Fix MSVC "not all control paths return a value" warning. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372416 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
59aed9fb2a
commit
28742d52e2
@ -55,7 +55,8 @@ StringRef getPlatformName(PlatformKind Platform) {
|
||||
case PlatformKind::bridgeOS:
|
||||
return "bridgeOS";
|
||||
}
|
||||
llvm_unreachable("Unknown llvm.MachO.PlatformKind enum");
|
||||
}
|
||||
|
||||
} // end namespace MachO.
|
||||
} // end namespace llvm.
|
||||
} // end namespace llvm.
|
||||
|
Loading…
x
Reference in New Issue
Block a user