zig/lib/std/special
John Schmidt 9ee67b967b stage2: avoid inferred struct in os_version_check.zig
Before this commit, compiling an empty main with Stage 2 on macOS x86_64 results in

```
../stage2/bin/zig build-exe -ODebug -fLLVM empty_main.zig
error: sub-compilation of compiler_rt failed
    [...]/zig/stage2/lib/zig/std/special/compiler_rt/os_version_check.zig:26:10: error: TODO: Sema.zirStructInit for runtime-known struct values
```

By assigning the value to a variable we can sidestep the issue for now.
2022-01-26 00:48:05 -05:00
..
compiler_rt stage2: avoid inferred struct in os_version_check.zig 2022-01-26 00:48:05 -05:00
docs std docs: @This() in generic types 2021-04-12 09:31:45 +02:00
init-exe init-exe template: build.zig: setTarget on the tests 2021-12-18 17:29:46 -07:00
init-lib Make pointer variables in ( init-lib | init-exe )/build.zig const. (#10057) 2021-10-29 13:37:17 -04:00
build_runner.zig zig build: promote qemu, wine, wasmtime, darling, and rosetta 2021-12-02 15:46:22 -07:00
c.zig remove zig_is_stage2 from @import("builtin") 2022-01-17 21:55:49 -07:00
c_stage1.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
compiler_rt.zig disable some broken stuff for stage2 llvm backend on aarch64 2022-01-21 14:42:58 -07:00
ssp.zig migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
test_runner.zig test runner: stage2 llvm backend prints stats 2022-01-17 22:17:02 -07:00