summaryrefslogtreecommitdiff
path: root/orc/orccompiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'orc/orccompiler.h')
-rw-r--r--orc/orccompiler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/orc/orccompiler.h b/orc/orccompiler.h
index a6c301e..8bda6b2 100644
--- a/orc/orccompiler.h
+++ b/orc/orccompiler.h
@@ -161,6 +161,7 @@ ORC_API void orc_compiler_append_code (OrcCompiler *p, const char *fmt, ...) ORC
#ifdef ORC_ENABLE_UNSTABLE_API
ORC_API int orc_compiler_flag_check (const char *flag);
+ORC_API OrcCompileResult orc_compiler_compile_program (OrcCompiler *compiler, OrcProgram *program, OrcTarget *target, unsigned int flags);
/* FIXME: remove, these were never actually exported as public symbols, so unusable */
extern int _orc_compiler_flag_backup;