Add SveBFloat16 to type switch.
authorEric Christopher <echristo@gmail.com>
Thu, 18 Jun 2020 19:36:34 +0000 (12:36 -0700)
committerEric Christopher <echristo@gmail.com>
Thu, 18 Jun 2020 19:39:03 +0000 (12:39 -0700)
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

index 4348d18..d63754d 100644 (file)
@@ -4852,6 +4852,7 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
     case clang::BuiltinType::SveUint64x3:
     case clang::BuiltinType::SveUint64x4:
     case clang::BuiltinType::SveFloat16:
+    case clang::BuiltinType::SveBFloat16:
     case clang::BuiltinType::SveFloat16x2:
     case clang::BuiltinType::SveFloat16x3:
     case clang::BuiltinType::SveFloat16x4: