[Lldb-commits] [PATCH] D128069: [lldb] add SBSection.alignment to python bindings
David M. Lary via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 17 11:16:27 PDT 2022
dmlary added a comment.
I went through the existing tests for SBSection, and there is only one test case for all the getters & props, and that is for `target_byte_size`. Based on that lack, and the simplicity of the getter, I didn't think a test case was warranted here.
If the reviewers feel a test is necessary here, I can definitely add one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128069/new/
https://reviews.llvm.org/D128069
More information about the lldb-commits
mailing list