Initial commit
[kaleidoscope.git] / Kaleidoscope / codegen.hpp
diff --git a/Kaleidoscope/codegen.hpp b/Kaleidoscope/codegen.hpp
new file mode 100644 (file)
index 0000000..300282a
--- /dev/null
@@ -0,0 +1,7 @@
+#include <stdio.h>
+
+void InitializeModuleAndPassManager(void);
+
+void PrintModule();
+
+extern std::map<std::string, std::unique_ptr<PrototypeAST>> functionProtos;