zig/tools
Andrew Kelley 5b2a79848c stage2: cleanups regarding red zone CLI flags
* CLI: change to -mred-zone and -mno-red-zone to match gcc/clang.
 * build.zig: remove the double negative and make it an optional bool.
   This follows precedent from other flags, allowing the compiler CLI to
   be the decider of what is default instead of duplicating the default
   value into the build system code.
 * Compilation: make it an optional `want_red_zone` instead of a
   `no_red_zone` bool. The default is decided by a call to
   `target_util.hasRedZone`.
 * When creating a Clang command line, put -mred-zone on the command
   line if we are forcing it to be enabled.
 * Update update_clang_options.zig with respect to the recent {s}/{} format changes.
 * `zig cc` integration with red zone preference.
2021-01-11 22:07:21 -07:00
..
gen_stubs.zig stage2: use %type not @type for libc stubs 2020-12-13 23:19:23 -05:00
merge_anal_dumps.zig update depreciated code (#7502) 2020-12-23 13:01:29 +02:00
process_headers.zig Merge pull request #7005 from jshholland/deprecate-span 2020-11-18 13:14:48 +02:00
update_clang_options.zig stage2: cleanups regarding red zone CLI flags 2021-01-11 22:07:21 -07:00
update_glibc.zig Reduce use of deprecated IO types 2021-01-07 23:48:58 -08: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