Initialization: move InstructionEmulation to full initialization
authorSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 May 2019 19:38:24 +0000 (19:38 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Mon, 6 May 2019 19:38:24 +0000 (19:38 +0000)
commite24d8c55d55108243c35a02e6e185debd9f6eb05
tree56c08ada9f6f2cb690b587c777ca2dfd52739b67
parent55a71b575c374f99d427aba3ae798194587e95e2
Initialization: move InstructionEmulation to full initialization

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).

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