[Lldb-commits] [lldb] [lldb/aarch64] Add STR/LDR instructions for FP register to Emulator (PR #168187)
Igor Kudrin via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 17 19:02:25 PST 2025
igorkudrin wrote:
> > The code formatting suggestion looks strange because it degrades readability.
>
> You can put a `// clang-format off` before the sequence, and back on again, after. It's the usual fix for this situation.
Thanks! It appears that after #146256, `clang-format` reformats the values when there is a full-line comment in the middle, like `// epilogue` in our case.
https://github.com/llvm/llvm-project/pull/168187
More information about the lldb-commits
mailing list