Skip to content

Commit

Permalink
forget it
Browse files Browse the repository at this point in the history
  • Loading branch information
littlewhitecloud authored Jul 9, 2024
1 parent f6ddffb commit b9f835b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jou_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ AstFile parse(const Token *tokens, const char *stdlib_path);
// Type checking happens between parsing and building CFGs.
CfGraphFile build_control_flow_graphs(const AstFile *ast, FileTypes *ft);
void simplify_control_flow_graphs(const CfGraphFile *cfgfile);
LLVMModuleRef codegen(const CfGraphFile *cfgfile, const FileTypes *ft);
LLVMModuleRef codegen(const CfGraphFile *cfgfile, const FileTypes *ft, bool checkmain);
char *compile_to_object_file(LLVMModuleRef module);
char *get_default_exe_path(void);
void run_linker(const char *const *objpaths, const char *exepath);
Expand Down

0 comments on commit b9f835b

Please sign in to comment.