mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
5b2a79848c
* 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. |
||
---|---|---|
.. | ||
gen_stubs.zig | ||
merge_anal_dumps.zig | ||
process_headers.zig | ||
update_clang_options.zig | ||
update_glibc.zig | ||
zig_gdb_pretty_printers.py | ||
zig-gdb.py |