zig/lib/std/Build
wooster0 aef66eebe3 objcopy build step: don't accept multiple sections
The actual `zig objcopy` does not accept keeping multiple sections.
If you pass multiple `-j .section` arguments to `zig objcopy`, it will
only respect the last one passed.

Originally I changed `zig objcopy` to accept multiple sections
and then concatenate them instead of returning after outputting the
first section (see emitElf) but I realized concatenating probably doesn't make sense.
2024-06-05 19:39:43 -04:00
..
Cache move Package.Path to std.Build.Cache.Path 2024-03-21 16:16:47 -07:00
Step objcopy build step: don't accept multiple sections 2024-06-05 19:39:43 -04:00
Cache.zig Build.Step.Run: fix cache management when there are side effects 2024-05-20 07:45:31 -04:00
Module.zig Build: cleanup 2024-05-05 09:42:51 -04:00
Step.zig std.Build.Step: don't create an empty progress node 2024-05-27 20:56:48 -07:00