blob: e4b75da4165547f69004e8446d7832b89cff0da4 [file] [log] [blame] [edit]
//===- Service.cpp --------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//
//
// Contains the implementation of APIs in the orc-rt/Service.h header.
//
//===----------------------------------------------------------------------===//
#include "orc-rt/Service.h"
namespace orc_rt {
Service::~Service() = default;
} // namespace orc_rt