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 73799b4 commit daab6fcCopy full SHA for daab6fc
llvm/lib/Transforms/Utils/DXILResource.cpp
@@ -49,6 +49,7 @@ bool ResourceInfo::isTyped() const {
49
case ResourceKind::NumEntries:
50
llvm_unreachable("Invalid resource kind");
51
}
52
+ llvm_unreachable("Unhandled ResourceKind enum");
53
54
55
bool ResourceInfo::isFeedback() const {
0 commit comments