diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2017-10-02 22:00:42 -0400 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2017-10-03 00:29:27 -0400 |
| commit | f1bd02e6f46821415d96f54f6a3258159ba5a9c5 (patch) | |
| tree | b9ccd45ba8b9aa047ae2ba4dc071f219167a2aa9 /src/link.cpp | |
| parent | c180ef86afee17e36135b653fb6256cff46f4e69 (diff) | |
| download | zig-f1bd02e6f46821415d96f54f6a3258159ba5a9c5.tar.gz zig-f1bd02e6f46821415d96f54f6a3258159ba5a9c5.zip | |
add @setAlignStack builtin
Diffstat (limited to 'src/link.cpp')
| -rw-r--r-- | src/link.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.cpp b/src/link.cpp index 75ec651942..bd17ff1ea4 100644 --- a/src/link.cpp +++ b/src/link.cpp @@ -846,7 +846,7 @@ void codegen_link(CodeGen *g, const char *out_file) { buf_resize(&lj.out_file, 0); } - if (g->verbose) { + if (g->verbose || g->verbose_ir) { fprintf(stderr, "\nOptimization:\n"); fprintf(stderr, "---------------\n"); LLVMDumpModule(g->module); |
