summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/Bitcode/BitReaderTest.cpp
diff options
context:
space:
mode:
authorTodd Fiala <todd.fiala@gmail.com>2014-08-27 19:56:58 +0000
committerTodd Fiala <todd.fiala@gmail.com>2014-08-27 19:56:58 +0000
commit737f43628a09322c0c77ee9b9209f8d88ef3342d (patch)
tree9a22aacb1c47e9f1cc8e6a5b8bb47020b7be42b5 /llvm/unittests/Bitcode/BitReaderTest.cpp
parent9eef18c58ce759a6ae9e6303664a1f8a24139871 (diff)
downloadbcm5719-llvm-737f43628a09322c0c77ee9b9209f8d88ef3342d.tar.gz
bcm5719-llvm-737f43628a09322c0c77ee9b9209f8d88ef3342d.zip
llgs: remove all Initialize() calls except for Debugger::Initialize().
See thread here: http://lists.cs.uiuc.edu/pipermail/lldb-commits/Week-of-Mon-20140825/012580.html The original change I made there was due to a segfault. That was caused by me directly calling PluginManager::Initialize (), with PluginManager::Initialize() depending on HostInfo::Initialize () to have been called already (which it wasn't). The call to PluginManager::Initialize () was erroneous (at least at the current time) since that method is already called by Debugger::Initialize()'s implementation. We will want to revisit initializing a smaller core of the debugger suitable for lldb-gdbserver and lldb-platform. llvm-svn: 216581
Diffstat (limited to 'llvm/unittests/Bitcode/BitReaderTest.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud