mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +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
@ -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…
x
Reference in New Issue
Block a user