The change implements constructor of DisassembleInfo to avoid duplication
of initialization code and gets rid of malloc/free where possible.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D43003
Refactor DisassembleInfo in MachODump.cpp ClosedPublic Authored by sepavloff on Feb 6 2018, 9:08 PM.
Details Summary The change implements constructor of DisassembleInfo to avoid duplication
Diff Detail
Event Timelinesepavloff added a child revision: D43010: Report fatal error in the case of out of memory.Feb 7 2018, 2:30 AM This revision is now accepted and ready to land.Feb 13 2018, 10:46 AM Closed by commit rL325098: Refactor DisassembleInfo in MachODump.cpp (authored by sepavloff). · Explain WhyFeb 13 2018, 7:28 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134155 llvm/trunk/tools/llvm-objdump/MachODump.cpp
|