11c3bbb01SEd Maste //===-- SystemInitializer.cpp -----------------------------------*- C++ -*-===// 21c3bbb01SEd Maste // 31c3bbb01SEd Maste // The LLVM Compiler Infrastructure 41c3bbb01SEd Maste // 51c3bbb01SEd Maste // This file is distributed under the University of Illinois Open Source 61c3bbb01SEd Maste // License. See LICENSE.TXT for details. 71c3bbb01SEd Maste // 81c3bbb01SEd Maste //===----------------------------------------------------------------------===// 91c3bbb01SEd Maste 101c3bbb01SEd Maste #include "lldb/Initialization/SystemInitializer.h" 111c3bbb01SEd Maste 121c3bbb01SEd Maste using namespace lldb_private; 131c3bbb01SEd Maste SystemInitializer()14*435933ddSDimitry AndricSystemInitializer::SystemInitializer() {} 151c3bbb01SEd Maste ~SystemInitializer()16*435933ddSDimitry AndricSystemInitializer::~SystemInitializer() {} 17