Skip to content

Commit 3f11931

Browse files
[WebAssembly] Remove conflicted default case
1 parent 7ecf961 commit 3f11931

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Basic/LangOptions.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,8 +308,6 @@ std::pair<bool, bool> LangOptions::setTarget(llvm::Triple triple) {
308308
case llvm::Triple::ArchType::systemz:
309309
addPlatformConditionValue(PlatformConditionKind::Endianness, "big");
310310
break;
311-
default:
312-
llvm_unreachable("undefined architecture endianness");
313311
}
314312

315313
// Set the "runtime" platform condition.

0 commit comments

Comments
 (0)