Skip to content

Commit 8a77bf8

Browse files
author
git apple-llvm automerger
committed
Merge commit '3c6c5c764ad4' from llvm.org/main into next
2 parents d54638b + 3c6c5c7 commit 8a77bf8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/Target/SPIRV/SPIRVGlobalRegistry.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ storageClassRequiresExplictLayout(SPIRV::StorageClass::StorageClass SC) {
8383
case SPIRV::StorageClass::HostOnlyINTEL:
8484
return false;
8585
}
86+
llvm_unreachable("Unknown SPIRV::StorageClass enum");
8687
}
8788

8889
SPIRVGlobalRegistry::SPIRVGlobalRegistry(unsigned PointerSize)

0 commit comments

Comments
 (0)