Skip to content

Commit 9c80eb7

Browse files
committed
Silence -Wswitch after cb43021
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp:4885:13: warning: enumeration value 'SveMFloat8' not handled in switch [-Wswitch] 4885 | switch (llvm::cast<clang::BuiltinType>(qual_type)->getKind()) { |
1 parent 40d9561 commit 9c80eb7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5065,6 +5065,7 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
50655065
case clang::BuiltinType::SveUint64x2:
50665066
case clang::BuiltinType::SveUint64x3:
50675067
case clang::BuiltinType::SveUint64x4:
5068+
case clang::BuiltinType::SveMFloat8:
50685069
case clang::BuiltinType::SveFloat16:
50695070
case clang::BuiltinType::SveBFloat16:
50705071
case clang::BuiltinType::SveBFloat16x2:

0 commit comments

Comments
 (0)