blob: bb0b5c87d5c9f614616a3ba85e6d1f5af957870e [file] [log] [blame]
//===-- go-llvm-backend.h - Backend class public interfaces --------------===//
//
// Copyright 2018 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//
//===----------------------------------------------------------------------===//
//
// Public interfaces for LLVM implementation of Backend class.
//
//===----------------------------------------------------------------------===//
#ifndef GO_LLVM_BACKEND_H
#define GO_LLVM_BACKEND_H
#include "go-llvm.h"
#include "llvm/IR/LLVMContext.h"
class Backend;
extern Backend *go_get_backend(llvm::LLVMContext &Context);
#endif // !defined(GO_LLVM_BACKEND_H)