Reduce the number of components initialized for LLGS further.
authorRobert Flack <flackr@gmail.com>
Wed, 11 Mar 2015 20:35:05 +0000 (20:35 +0000)
committerRobert Flack <flackr@gmail.com>
Wed, 11 Mar 2015 20:35:05 +0000 (20:35 +0000)
commitd6c9bd509eafe6e087a3a58a727c021c6406f3e4
tree35dde4a9722ecb9b31b23cf9df31aff97fd54cd7
parent4468947fce634c4bfd8968b3dabce0de2c706455
Reduce the number of components initialized for LLGS further.

In http://reviews.llvm.org/D7880 the initialization for LLGS was separated out so that LLGS could initialize only the components it needs to. This further reduces the set of components initialized for LLGS.

Differential Revision: http://reviews.llvm.org/D8112

llvm-svn: 231964
lldb/source/lldb.cpp