diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2022-01-16 23:12:21 +0100 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2022-01-18 09:46:03 +0100 |
commit | 65fbe38f0a20adac8853cb5123d57d8ce3ef17bc (patch) | |
tree | ab82de008401dd34c48857db3f08fc1e6f50fd7c /lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp | |
parent | 2d9198cec994b91fc13ef6cdd6983c61aaa1f726 (diff) | |
download | llvm-65fbe38f0a20adac8853cb5123d57d8ce3ef17bc.zip llvm-65fbe38f0a20adac8853cb5123d57d8ce3ef17bc.tar.gz llvm-65fbe38f0a20adac8853cb5123d57d8ce3ef17bc.tar.bz2 |
[DwarfDebug] Restore code that make comments stay aligned in DwarfDebug::emitDebugLocEntry
Commit 2bddab25dba8d4b0 removed a piece of code from
DwarfDebug::emitDebugLocEntry that according to code comments
"Make sure comments stay aligned".
This patch restores that piece of code, together with the addition
of some extra checks in an existing lit test to work as a regression
test. Without this patch we incorrectly get
.byte 159 # 0
instead of
.byte 159 # DW_OP_stack_value
Differential Revision: https://reviews.llvm.org/D117441
Diffstat (limited to 'lldb/unittests/ScriptInterpreter/Python/PythonTestSuite.cpp')
0 files changed, 0 insertions, 0 deletions