summaryrefslogtreecommitdiff
path: root/include/Core/Core.h
blob: c03cbd41fff50a542afb2f5be5f47fb04a9a75e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//===--- Core.h - Core library  --------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

#ifndef LLVM_LIBFLANG_CORE_H
#define LLVM_LIBFLANG_CORE_H

#include "Libflang.h"

LIBFLANG_ABI void libflang_stop();

#endif