mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-04 23:19:06 +00:00
[lldb] Handle new BFloat16 type
This commit is contained in:
parent
16b7eb6dd1
commit
2af2140983
@ -4740,6 +4740,7 @@ lldb::Encoding TypeSystemClang::GetEncoding(lldb::opaque_compiler_type_t type,
|
||||
case clang::BuiltinType::Float128:
|
||||
case clang::BuiltinType::Double:
|
||||
case clang::BuiltinType::LongDouble:
|
||||
case clang::BuiltinType::BFloat16:
|
||||
return lldb::eEncodingIEEE754;
|
||||
|
||||
case clang::BuiltinType::ObjCClass:
|
||||
|
Loading…
Reference in New Issue
Block a user