mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
stage1: update zig1.wasm
Needed because some std.Target.aarch64 features were renamed in LLVM 21. Signed-off-by: Alex Rønne Petersen <alex@alexrp.com>
This commit is contained in:
parent
66b43234bb
commit
d2a038c082
2 changed files with 6 additions and 0 deletions
|
|
@ -253,6 +253,12 @@
|
|||
#define zig_align_fn zig_align_fn_unavailable
|
||||
#endif
|
||||
|
||||
#if zig_has_attribute(nonstring)
|
||||
#define zig_nonstring __attribute__((nonstring))
|
||||
#else
|
||||
#define zig_nonstring
|
||||
#endif
|
||||
|
||||
#if zig_has_attribute(packed) || defined(zig_tinyc)
|
||||
#define zig_packed(definition) __attribute__((packed)) definition
|
||||
#elif defined(zig_msvc)
|
||||
|
|
|
|||
BIN
stage1/zig1.wasm
BIN
stage1/zig1.wasm
Binary file not shown.
Loading…
Add table
Reference in a new issue