aboutsummaryrefslogtreecommitdiff
path: root/src/codegen
diff options
context:
space:
mode:
authorTimon Kruiper <timonkruiper@gmail.com>2020-12-19 12:14:17 +0100
committerTimon Kruiper <timonkruiper@gmail.com>2020-12-28 21:20:46 +0100
commitb059bb84b85ca7914d617cae7c4960a798412ea5 (patch)
tree99808267690ba037765d6e8431d58f17ba71462f /src/codegen
parent071417161d5d7ab91c32073693590ef161017dbe (diff)
downloadzig-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')
0 files changed, 0 insertions, 0 deletions