[Lldb-commits] [PATCH] D61543: Initialization: move InstructionEmulation to full initialization

Saleem Abdulrasool via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri May 3 16:42:30 PDT 2019


compnerd created this revision.
compnerd added reviewers: labath, xiaobai, clayborg.
Herald added a subscriber: mgorny.
Herald added a project: LLDB.

The debug server does not need to use the instruction emulation.  This helps
reduce the size of the final lldb-server binary by another ~100K (~1% savings).


Repository:
  rLLDB LLDB

https://reviews.llvm.org/D61543

Files:
  source/API/SystemInitializerFull.cpp
  source/Initialization/CMakeLists.txt
  source/Initialization/SystemInitializerCommon.cpp
  tools/lldb-server/CMakeLists.txt
  tools/lldb-server/SystemInitializerLLGS.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61543.198110.patch
Type: text/x-patch
Size: 5535 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20190503/6660c4d5/attachment.bin>


More information about the lldb-commits mailing list