-
### Zig Version
0.10.0
### Steps to Reproduce and Observed Behavior
I have a basic blink for the RPi Zero/A+ (which is armv6). I based it on the same program I already have in C. When compiled with…
-
| | |
| --- | --- |
| Bugzilla Link | [40988](https://llvm.org/bz40988) |
| Version | 8.0 |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
| CC | @DougGregor,@zygoloid |
## Extended Descri…
-
Bottom of The Well:
Freestanding key should require Sticks or Fire. at the moment it doesn't
West & East inner rooms GS should be accessable with the access and boomerang
Fire Keese chest shoul…
-
Zig stage2 built from HEAD fails with the following error:
```
~/HellOS$ ../zig/build/stage2/bin/zig build-exe hellos.zig --target-os freestanding --target-arch i386 --static --linker-script linke…
-
WG21-P0543R3 Saturation Arithmetic
Feature-test macro:
```cpp
#define __cpp_lib_saturation_arithmetic 202311L
```
Note: We're focused on implementing the remaining library-only [features in C…
-
Zig has added support for WASI and Freestanding wasm binaries. Given this support, zig seems like a good language to implement the spin SDK in.
Additionally, zig has first class support for interf…
-
### Description
Tests fail in release mode unless `-no-whole-module-optimization` is passed.
### Reproduction
Sorry, it's not a small repro, but then a WMO bug would tend not to be, right?
…
-
### Zig Version
0.14.0-dev.1570+8ddce90e6
### Steps to Reproduce and Observed Behavior
```zig
// a.zig
export fn add(a: i32, b: i32) i32 {
return a + b;
}
```
```zig
// b.zig
ex…
-
Extracted from #12220.
```
$ stage3/bin/zig build-exe empty.zig -target x86_64-freestanding-none -mcpu=x86_64+soft_float
thread 427475 panic: Illegal instruction at address 0x5c6d154
```
As p…
-
from: https://github.com/llvm/llvm-project/commit/27ccc8835e5163484234549fa6128eeb00d7432d
to: https://github.com/llvm/llvm-project/commit/4c47b41771799cd630ee3e6b42593ac59d7593eb
commit: 02db9e6dfc96…