Files
zig/src
Andrew Kelley 0afb5b2ec6 stage2: add zig ar subcommand
The same entrypoint supports the following commands:

 * ar
 * ranlib
 * dlltool
 * lib

For now, our strategy is to bundle the (renamed) `main()` function of
llvm-ar, same as our strategy for `zig clang`. However, as Zig matures,
a goal will be to replace the dependency on LLVM  with our own
implementation of this tool, so that it is available in builds of zig
that do not have LLVM extensions enabled.

This commit also categorizes the subcommands into categories in the
--help menu.
2021-05-28 20:54:11 -07:00
..
2021-05-28 12:58:17 +02:00
2021-04-24 17:44:07 -07:00
2021-05-12 14:23:28 +07:00
2021-05-22 14:29:16 -07:00
2021-05-28 20:54:11 -07:00
2021-05-17 16:09:20 -07:00
2021-05-24 10:39:01 -07:00
2021-05-20 17:14:18 +02:00
2020-09-21 18:38:55 -07:00
2021-05-22 14:29:16 -07:00
2018-10-27 11:35:01 -04:00
2020-12-16 12:18:14 +01:00
2021-05-28 20:54:11 -07:00