diff options
author | Pavel Labath <labath@google.com> | 2017-12-21 11:27:21 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-12-21 11:27:21 +0000 |
commit | f13411ee9881c41c6eca81160a531b3bc8e62069 (patch) | |
tree | 9c0b32d72246ed67c29056ecc5611eaede0c7742 /lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py | |
parent | 98727bc26124b06207be869306f32179b25eace0 (diff) | |
download | bcm5719-llvm-f13411ee9881c41c6eca81160a531b3bc8e62069.tar.gz bcm5719-llvm-f13411ee9881c41c6eca81160a531b3bc8e62069.zip |
[Support] Remove MemoryBuffer::getNewUninitMemBuffer
There is nothing useful that can be done with a read-only uninitialized
buffer without const_casting its contents to initialize it. A better
solution is to obtain a writable buffer
(WritableMemoryBuffer::getNewUninitMemBuffer), and then convert it to a
read-only buffer after initialization. All callers of this function have
already been updated to do this, so this function is now unused.
llvm-svn: 321257
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/cpp/exceptions/TestCPPExceptionBreakpoints.py')
0 files changed, 0 insertions, 0 deletions