[Lldb-commits] [PATCH] D149262: [lldb] Add settings for expression evaluation memory allocations.
Anton Korobeynikov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Apr 28 11:53:49 PDT 2023
asl added inline comments.
================
Comment at: lldb/source/Expression/IRMemoryMap.cpp:181
size_t alloc_size = back->second.m_size;
auto arch = target_sp->GetArchitecture().GetTriple().getArch();
+ uint64_t align = target_sp->GetExprAllocAlign();
----------------
is arch unused now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149262/new/
https://reviews.llvm.org/D149262
More information about the lldb-commits
mailing list