mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
Let's a void any kind of compilation/LLVM errors for niche targets such as AVR/MSP430 or ARM v6m. By not exporting any atomic builtin anymore the user is free to provide their own implementation (that disable the IRQs) or to provide the --single-threaded switch and forget about this.