[Lldb-commits] [PATCH] D156086: [lldb][NFC] Use MCInstrAnalysis when available in the disassembler plugin
Venkata Ramanaiah Nalamothu via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Jul 24 04:50:34 PDT 2023
RamNalamothu marked an inline comment as done.
RamNalamothu added inline comments.
================
Comment at: llvm/include/llvm/MC/MCInstrAnalysis.h:80
+ }
+
/// Returns true if at least one of the register writes performed by
----------------
DavidSpickett wrote:
> Does this have test coverage already?
I think `llvm/tools/llvm-cfi-verify` has enough test coverage for this method.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156086/new/
https://reviews.llvm.org/D156086
More information about the lldb-commits
mailing list