authorgravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-07-28 15:22:00+09:00
committergravatar for kt@connectfree.co.jpkristopher tate <kt@connectfree.co.jp> 2018-08-02 16:50:08+09:00
logdb362bec185d2eeb5a4dd018deb2a988479f0f1a
treeba46a05126f20283bb5fa29767e339110f3f36af
parent0ee65025623c0440ed655d68b579f17e6d6e5f5c

src/codegen.cpp: reassert that there are no generated errors in codegen;

Tracking Issue #1296 ; Thanks @andrewrk ;

1 files changed, 1 insertions(+), 1 deletions(-)

src/codegen.cpp+1-1
...@@ -6014,7 +6014,7 @@ static void do_code_gen(CodeGen *g) {...@@ -6014,7 +6014,7 @@ static void do_code_gen(CodeGen *g) {
60146014
6015 }6015 }
6016 6016
6017 //assert(!g->errors.length);6017 assert(!g->errors.length);
60186018
6019 if (buf_len(&g->global_asm) != 0) {6019 if (buf_len(&g->global_asm) != 0) {
6020 LLVMSetModuleInlineAsm(g->module, buf_ptr(&g->global_asm));6020 LLVMSetModuleInlineAsm(g->module, buf_ptr(&g->global_asm));