diff options
author | Ewan Crawford <ewan@codeplay.com> | 2015-10-16 08:28:47 +0000 |
---|---|---|
committer | Ewan Crawford <ewan@codeplay.com> | 2015-10-16 08:28:47 +0000 |
commit | a0f08674eb9af71985bd59370a2e873f9fda3494 (patch) | |
tree | 477b7ea0c431e4fcdf244d199912e48d5f419784 /lldb/source/Commands/CommandObjectMemory.cpp | |
parent | e33f51fa915bdf8d057c72190339c8cd5def7a16 (diff) | |
download | llvm-a0f08674eb9af71985bd59370a2e873f9fda3494.zip llvm-a0f08674eb9af71985bd59370a2e873f9fda3494.tar.gz llvm-a0f08674eb9af71985bd59370a2e873f9fda3494.tar.bz2 |
Resubmit: RenderScript command for printing allocation contents
Previous commit r250281 broke TestDataFormatterSmartArray.py
Resolved in in this patch by adding the new enum eFormatVectorOfFloat16 to FormatManager.
Differential Revision: http://reviews.llvm.org/D13730
llvm-svn: 250499
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 249e3cb..35a71d1 100644 --- a/lldb/source/Commands/CommandObjectMemory.cpp +++ b/lldb/source/Commands/CommandObjectMemory.cpp @@ -271,6 +271,7 @@ public: case eFormatVectorOfUInt32: case eFormatVectorOfSInt64: case eFormatVectorOfUInt64: + case eFormatVectorOfFloat16: case eFormatVectorOfFloat32: case eFormatVectorOfFloat64: case eFormatVectorOfUInt128: |