mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 10:58:11 +08:00
[wasm] Silence 'not all control paths return a value' warning when
building with MSVC on Windows
This commit is contained in:
@@ -899,6 +899,7 @@ static size_t getHashSize() {
|
||||
case BuildIdKind::None:
|
||||
return 0;
|
||||
}
|
||||
llvm_unreachable("build id kind not implemented");
|
||||
}
|
||||
|
||||
BuildIdSection::BuildIdSection()
|
||||
|
||||
Reference in New Issue
Block a user