diff options
author | Enrico Granata <egranata@apple.com> | 2015-10-16 23:42:04 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2015-10-16 23:42:04 +0000 |
commit | 15560778df3e80d73d085d21196f531415c5b5fa (patch) | |
tree | 3b01b195f2884a0b1100f0a7bed6b1a91399cece /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | 3fd1f746c3a867c9bca6e6ab162e6718bb2ecdf0 (diff) | |
download | llvm-15560778df3e80d73d085d21196f531415c5b5fa.zip llvm-15560778df3e80d73d085d21196f531415c5b5fa.tar.gz llvm-15560778df3e80d73d085d21196f531415c5b5fa.tar.bz2 |
Handle eFormatVectorOfFloat16
llvm-svn: 250581
Diffstat (limited to 'lldb/source/Commands/CommandObjectMemory.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectMemory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectMemory.cpp b/lldb/source/Commands/CommandObjectMemory.cpp index 35a71d1..35e6551 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -1519,6 +1519,7 @@ protected: case eFormatVectorOfUInt32: case eFormatVectorOfSInt64: case eFormatVectorOfUInt64: + case eFormatVectorOfFloat16: case eFormatVectorOfFloat32: case eFormatVectorOfFloat64: case eFormatVectorOfUInt128: |