| author | |
| committer | |
| log | a3ab4325fd05807c4a5b70aed3b515ce7ccd753f |
| tree | 43d1cf7b4ba7d0215f5ddb7f943dcfc50f6a9434 |
| parent | f1c56f7f225f2f3054abd8c9e6330a0f1e20b2a6 |
| parent | 03f66825d6b6922da250cdb99c2996455541e0f9 |
| signature |
support --emit in 'test' command1 files changed, 2 insertions(+), 0 deletions(-)
src/main.cpp+2| ... | ... | @@ -924,6 +924,8 @@ int main(int argc, char **argv) { |
| 924 | 924 | codegen_print_timing_report(g, stdout); |
| 925 | 925 | return EXIT_SUCCESS; |
| 926 | 926 | } else if (cmd == CmdTest) { |
| 927 | codegen_set_emit_file_type(g, emit_file_type); | |
| 928 | ||
| 927 | 929 | ZigTarget native; |
| 928 | 930 | get_native_target(&native); |
| 929 | 931 |