[wasm] Silence 'not all control paths return a value' warning when

building with MSVC on Windows
This commit is contained in:
Alexandre Ganea
2023-03-15 14:19:55 -04:00
parent ff7dfe4c40
commit 7adaefbaa8

View File

@@ -899,6 +899,7 @@ static size_t getHashSize() {
case BuildIdKind::None:
return 0;
}
llvm_unreachable("build id kind not implemented");
}
BuildIdSection::BuildIdSection()