diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2020-09-18 22:48:28 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2020-09-18 22:48:28 -0700 |
| commit | 2ef68631cb7045c277b348777b1a064845b95cd8 (patch) | |
| tree | 00e1dca9b53a828a9926cf5b6d2a227dc939375a /src/stage1/tokenizer.cpp | |
| parent | 333b12a8f9beb5864fa05ce413c5b935e925ec14 (diff) | |
| download | zig-2ef68631cb7045c277b348777b1a064845b95cd8.tar.gz zig-2ef68631cb7045c277b348777b1a064845b95cd8.zip | |
stage2 now supports using stage1 as a backend for compiling zig code
* move stage2.cpp code into zig0.cpp for simplicity
* add -ftime-report and some more CLI options to stage2
* stage2 compites the llvm cpu features string
* classifyFileExt understands more file extensions
* correction to generateBuiltinZigSource using the wrong allocator
(thanks dbandstra!)
* stage2 is now able to build hello.zig into hello.o using stage1 as a
library however it fails linking due to missing compiler-rt
* remove dead code
* simplify zig0 builtin.zig source
* fix not resolving builtin.zig source path causing duplicate imports
* fix stage1.h not being valid C code
* fix stage2.h not being valid C code
Diffstat (limited to 'src/stage1/tokenizer.cpp')
0 files changed, 0 insertions, 0 deletions
