llvm/compiler-rt/lib/orc/jit_dispatch.h

//===------ jit_dispatch.h - Call back to an ORC controller -----*- C++ -*-===//
//
// 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
//
//===----------------------------------------------------------------------===//
//
// This file is a part of the ORC runtime support library.
//
//===----------------------------------------------------------------------===//

#ifndef ORC_RT_JIT_DISPATCH_H
#define ORC_RT_JIT_DISPATCH_H

#include "common.h"
#include "wrapper_function_utils.h"

namespace orc_rt {

class JITDispatch {};

} // namespace orc_rt

#endif // ORC_RT_JIT_DISPATCH_H