We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cf9e47 commit b21de9bCopy full SHA for b21de9b
lldb/source/Plugins/Instruction/RISCV/EmulateInstructionRISCV.h
@@ -33,6 +33,7 @@ class EmulateInstructionRISCV : public EmulateInstruction {
33
case eInstructionTypeAll:
34
return false;
35
}
36
+ llvm_unreachable("Fully covered switch above!");
37
38
39
static bool SupportsThisArch(const ArchSpec &arch);
0 commit comments