diff options
| author | Timon Kruiper <timonkruiper@gmail.com> | 2020-12-19 12:14:17 +0100 |
|---|---|---|
| committer | Timon Kruiper <timonkruiper@gmail.com> | 2020-12-28 21:20:46 +0100 |
| commit | b059bb84b85ca7914d617cae7c4960a798412ea5 (patch) | |
| tree | 99808267690ba037765d6e8431d58f17ba71462f /src/codegen/arm.zig | |
| parent | 071417161d5d7ab91c32073693590ef161017dbe (diff) | |
| download | zig-b059bb84b85ca7914d617cae7c4960a798412ea5.tar.gz zig-b059bb84b85ca7914d617cae7c4960a798412ea5.zip | |
stage2: add LLVM codegen windows support to the self-hosted compiler
The following example generates a valid `main.exe`:
`zig build-exe main.zig -fLLVM -target x86_64-windows-gnu --subsystem console`
```
export fn wWinMainCRTStartup() noreturn {
foo();
exit();
}
fn foo() void {}
fn exit() noreturn {
unreachable;
}
```
Diffstat (limited to 'src/codegen/arm.zig')
0 files changed, 0 insertions, 0 deletions
