[Lldb-commits] [PATCH] D41584: Check existence of each required component during construction of LLVMCDisassembler.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 10 13:34:40 PST 2018


clayborg accepted this revision.
clayborg added a comment.
This revision is now accepted and ready to land.

Fix comment spacing as mentioned in inline comments and this is good to go.



================
Comment at: source/Plugins/Disassembler/llvm/DisassemblerLLVMC.h:98-101
+  // Since we need to make two actual MC Disassemblers for ARM (ARM & THUMB),
+  // and there's a bit of goo to set up and own
+  // in the MC disassembler world, I added this class to manage the actual
+  // disassemblers.
----------------
Fix spacing on these comments since they are new.


https://reviews.llvm.org/D41584





More information about the lldb-commits mailing list