mirror of
https://github.com/ziglang/zig.git
synced 2026-02-11 20:11:23 +00:00
Avoid producing Zig code that doesn't compile due to mismatched alignments between pointers. Always emit a @alignOf instead of hardcoding the alignment value returned by LLVM for portability sake of the generated code.