forked from OSchip/llvm-project
Add in an unreachable after a covered switch to appease certain bots.
llvm-svn: 232356
This commit is contained in:
parent
c219dd1de1
commit
a0d2d3379e
|
@ -304,6 +304,7 @@ public:
|
|||
M->getContext().getMDKindID("clang.arc.no_objc_arc_exceptions");
|
||||
return *NoObjCARCExceptionsMDKind;
|
||||
}
|
||||
llvm_unreachable("Covered switch isn't covered?!");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue