mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
The purpose of this test is unclear. It checks for the existence of bss section which is completely unnecessary since those zeroes can be omitted from the binary. Furthermore the code generated for __wasm_init_memory looks wrong. Finally, the CheckObject DSL is brittle, it only checks for exact matches of entire lines in an ad-hoc text format. Conclusion, it's a bad test, delete it. |
||
|---|---|---|
| .. | ||
| bss | ||
| common_symbols | ||
| common_symbols_alignment | ||
| glibc_compat | ||
| interdependent_static_c_libs | ||
| static_libs_from_object_files | ||
| wasm | ||
| build.zig | ||
| build.zig.zon | ||
| elf.zig | ||
| link.zig | ||
| macho.zig | ||