zig/tools
Michael Dusan a502c160cd macho: fix various linker flags
fix drivers: zig {cc,c++}
  - `-dynamiclib` is an alias to `-shared`
  - associate `-dynamiclib` with zig `.shared` semantics

fix drivers: zig {cc,c++,build-lib,build-exe}
  - use `-dynamic` for {exe,dylib}
  - for dylib this fixes a regression
  - for exe this replaces incorrect use of `-static`
2021-03-14 17:26:24 -04:00
..
gen_spirv_spec.zig SPIR-V: Spec generator 2021-01-19 15:28:17 +01:00
gen_stubs.zig stage2: use %type not @type for libc stubs 2021-01-18 11:04:33 -08:00
merge_anal_dumps.zig update depreciated code (#7502) 2020-12-23 13:01:29 +02:00
process_headers.zig std: Deprecate the B and Bi format specifiers 2021-03-07 14:58:45 +02:00
update_clang_options.zig macho: fix various linker flags 2021-03-14 17:26:24 -04:00
update_glibc.zig HashMap.put returns !void, not a !bool 2021-02-27 13:11:47 +02:00
zig_gdb_pretty_printers.py gdb pretty printers for slices and optionals 2020-12-23 20:21:47 +02:00
zig-gdb.py gdb pretty printers for slices and optionals 2020-12-23 20:21:47 +02:00