Skip to content

Commit 7324ee2

Browse files
Add missing compilation
1 parent d214df2 commit 7324ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/gimple.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ also add the calls we need to generate the GIMPLE:
3434
int main() {
3535
gcc_jit_context *ctxt = gcc_jit_context_acquire();
3636
create_code(ctxt, NULL);
37+
gcc_jit_context_compile(ctxt);
3738
gcc_jit_context_dump_to_file(ctxt, "tmp.gimple", 1);
3839
return 0;
3940
}

0 commit comments

Comments
 (0)