summaryrefslogtreecommitdiff
path: root/include/Core/Core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/Core/Core.h')
-rw-r--r--include/Core/Core.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/Core/Core.h b/include/Core/Core.h
index e69de29..c03cbd4 100644
--- a/include/Core/Core.h
+++ b/include/Core/Core.h
@@ -0,0 +1,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