We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d214df2 commit 7324ee2Copy full SHA for 7324ee2
doc/gimple.md
@@ -34,6 +34,7 @@ also add the calls we need to generate the GIMPLE:
34
int main() {
35
gcc_jit_context *ctxt = gcc_jit_context_acquire();
36
create_code(ctxt, NULL);
37
+ gcc_jit_context_compile(ctxt);
38
gcc_jit_context_dump_to_file(ctxt, "tmp.gimple", 1);
39
return 0;
40
}
0 commit comments