Skip to content

Commit 8e6abf5

Browse files
committed
Fix -Wswitch after 508fd96
1 parent c7d1163 commit 8e6abf5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5066,6 +5066,9 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
50665066
case clang::BuiltinType::SveUint64x3:
50675067
case clang::BuiltinType::SveUint64x4:
50685068
case clang::BuiltinType::SveMFloat8:
5069+
case clang::BuiltinType::SveMFloat8x2:
5070+
case clang::BuiltinType::SveMFloat8x3:
5071+
case clang::BuiltinType::SveMFloat8x4:
50695072
case clang::BuiltinType::SveFloat16:
50705073
case clang::BuiltinType::SveBFloat16:
50715074
case clang::BuiltinType::SveBFloat16x2:

0 commit comments

Comments
 (0)