summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2015-03-19 22:00:21 +0000
committerZachary Turner <zturner@google.com>2015-03-19 22:00:21 +0000
commit3a00691f3d6d281b5bf13564b81aef1d3e408c51 (patch)
tree3fffa3b54f17e54aea13d4389ba4948b2e6be19e /llvm/lib/Transforms
parent0efb51a072b06d5cfb97af6594c3a1fd0e80cc93 (diff)
downloadbcm5719-llvm-3a00691f3d6d281b5bf13564b81aef1d3e408c51.tar.gz
bcm5719-llvm-3a00691f3d6d281b5bf13564b81aef1d3e408c51.zip
Move LLDB initialization/shutdown to Initialization.
This creates a new top-level folder called Initialization which is intended to hold code specific to LLDB system initialization. Currently this holds the Initialize() and Terminate() functions, as well as the fatal error handler. This provides a means to break the massive dependency cycle which is caused by the fact that Debugger depends on Initialize and Terminate which then depends on the entire LLDB project. With this structure, it will be possible for applications to invoke lldb_private::Initialize() directly, and have that invoke Debugger::Initialize. llvm-svn: 232768
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud