[Lldb-commits] [lldb] 50939c0 - Add SveBFloat16 to type switch.
Eric Christopher via lldb-commits
lldb-commits at lists.llvm.org
Thu Jun 18 12:39:37 PDT 2020
Author: Eric Christopher
Date: 2020-06-18T12:39:03-07:00
New Revision: 50939c0a67619b77d085bfafb2cedda413d57b7a
URL: https://github.com/llvm/llvm-project/commit/50939c0a67619b77d085bfafb2cedda413d57b7a
DIFF: https://github.com/llvm/llvm-project/commit/50939c0a67619b77d085bfafb2cedda413d57b7a.diff
LOG: Add SveBFloat16 to type switch.
Added:
Modified:
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
Removed:
################################################################################
diff --git a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
index 4348d1817297..d63754d127e3 100644
--- a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
+++ b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
@@ -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:
More information about the lldb-commits
mailing list