1cfca06d7SDimitry Andric //===-- SystemInitializer.cpp ---------------------------------------------===// 25e95aa85SEd Maste // 35f29bb8aSDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 45f29bb8aSDimitry Andric // See https://llvm.org/LICENSE.txt for license information. 55f29bb8aSDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 65e95aa85SEd Maste // 75e95aa85SEd Maste //===----------------------------------------------------------------------===// 85e95aa85SEd Maste 95e95aa85SEd Maste #include "lldb/Initialization/SystemInitializer.h" 105e95aa85SEd Maste 115e95aa85SEd Maste using namespace lldb_private; 125e95aa85SEd Maste 13344a3780SDimitry Andric SystemInitializer::SystemInitializer() = default; 145e95aa85SEd Maste 15344a3780SDimitry Andric SystemInitializer::~SystemInitializer() = default; 16