mirror of
https://github.com/ziglang/zig.git
synced 2025-12-25 07:33:08 +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.