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 415733b commit 7d92756Copy full SHA for 7d92756
llvm/lib/DWARFCFIChecker/DWARFCFIAnalysis.cpp
@@ -77,6 +77,7 @@ getUnwindRuleRegSet(const dwarf::UnwindRow &UnwindRow, DWARFRegNum Reg) {
77
case dwarf::UnwindLocation::Location::RegPlusOffset:
78
return {Loc.getRegister()};
79
}
80
+ llvm_unreachable("Unknown dwarf::UnwindLocation::Location enum");
81
82
83
DWARFCFIAnalysis::DWARFCFIAnalysis(MCContext *Context, MCInstrInfo const &MCII,
0 commit comments