zig/lib/std/Build
Andrew Kelley a69788ba79 std.Build.Step.CheckObject: fix parseDumpNames
This function incorrectly assumed that module name subsections, function
name subsections, and local name subsections are encoded the same,
however according to
[the specification](https://webassembly.github.io/spec/core/appendix/custom.html)
they are encoded differently.

This commit adds support for parsing module name subsections correctly,
which started appearing after upgrading to LLVM 18.
2024-04-30 21:13:49 -07:00
..
Cache move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
Step std.Build.Step.CheckObject: fix parseDumpNames 2024-04-30 21:13:49 -07:00
Cache.zig Build.Cache: fix UAF during unhit 2024-03-24 18:28:16 +00:00
Module.zig remove deprecated LazyPath.path union tag 2024-04-11 14:02:47 -07:00
Step.zig Update uses of @fieldParentPtr to use RLS 2024-03-30 20:50:48 -04:00