summaryrefslogtreecommitdiffstats
path: root/lldb/source/Interpreter/CommandObjectScript.cpp
diff options
context:
space:
mode:
authorEli Bendersky <eliben@google.com>2012-12-07 22:06:56 +0000
committerEli Bendersky <eliben@google.com>2012-12-07 22:06:56 +0000
commit84b2a795705d994d2a333d49a00ff7132627cbe3 (patch)
treecad6f5200d41b6005a1fb12e449d8ba8c7f485e0 /lldb/source/Interpreter/CommandObjectScript.cpp
parenta0e4706fe6561e39a7a2fb4929553fa364feae25 (diff)
downloadbcm5719-llvm-84b2a795705d994d2a333d49a00ff7132627cbe3.tar.gz
bcm5719-llvm-84b2a795705d994d2a333d49a00ff7132627cbe3.zip
Make the contents of encoded sections SmallVector<char, N> instead of
SmallString. This makes it possible to use the length-erased SmallVectorImpl in the interface without imposing buffer size. Thus, the size of MCInstFragment is back down since a preallocated 8-byte contents buffer is enough. It would be generally a good idea to rid all the fragments of SmallString as contents, because a vector just makes more sense. llvm-svn: 169644
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectScript.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud