| author | |
| committer | |
| log | 1d3ceac7707ccacc3a679efebdf0dc636470f44a |
| tree | ade16671cba0284af7731ed255f0ace5ced763ff |
| parent | 0a6ba6f666e51eee612b97628e2488a0fdb18210 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/stage1/codegen.cpp+1-1| ... | ... | @@ -8391,7 +8391,7 @@ static void do_code_gen(CodeGen *g) { |
| 8391 | 8391 | assert(!g->errors.length); |
| 8392 | 8392 | |
| 8393 | 8393 | if (buf_len(&g->global_asm) != 0) { |
| 8394 | LLVMSetModuleInlineAsm(g->module, buf_ptr(&g->global_asm)); | |
| 8394 | LLVMSetModuleInlineAsm2(g->module, buf_ptr(&g->global_asm), buf_len(&g->global_asm)); | |
| 8395 | 8395 | } |
| 8396 | 8396 | |
| 8397 | 8397 | while (g->type_resolve_stack.length != 0) { |