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 edf2131 commit 3c6c5c7Copy full SHA for 3c6c5c7
llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp
@@ -83,6 +83,7 @@ storageClassRequiresExplictLayout(SPIRV::StorageClass::StorageClass SC) {
83
case SPIRV::StorageClass::HostOnlyINTEL:
84
return false;
85
}
86
+ llvm_unreachable("Unknown SPIRV::StorageClass enum");
87
88
89
SPIRVGlobalRegistry::SPIRVGlobalRegistry(unsigned PointerSize)
0 commit comments