diff options
author | Lang Hames <lhames@gmail.com> | 2020-04-01 11:36:36 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2020-04-01 12:16:38 -0700 |
commit | 8e5a8f620cc2ac2805fce77eddea3405329f90df (patch) | |
tree | a5ffa3dd9150d200f382ef19d94b6fe89bcfa88f /lldb/source/Commands/CommandObjectThread.cpp | |
parent | 53e2380881076492b9124d726b6f38a7669c61cd (diff) | |
download | llvm-8e5a8f620cc2ac2805fce77eddea3405329f90df.zip llvm-8e5a8f620cc2ac2805fce77eddea3405329f90df.tar.gz llvm-8e5a8f620cc2ac2805fce77eddea3405329f90df.tar.bz2 |
[ORC] Don't require a null-terminator on MemoryBuffers for objects in archives.
The MemoryBuffer::getMemBuffer method's RequiresNullTerminator parameter
defaults to true, but object files are not null terminated so we need to
explicitly pass false here.
Diffstat (limited to 'lldb/source/Commands/CommandObjectThread.cpp')
0 files changed, 0 insertions, 0 deletions