mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +00:00
* Fix backend using wrong union field of the slice instruction. * LLVM backend properly sets alignment on global variables. * Sema: add coercion for *T to *[1]T * Sema: pointers to Decls with explicit alignment now have alignment metadata in them.