authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-28 21:51:41-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-05-08 19:37:29-07:00
logfb948fbacc282c8e5354ae47eba79b8a38e6fe68
tree85ebc2caeff7e9780bccc34c913736ea9ad4638c
parent27a9240ccbda82056afbe8f08899dc3e516a6d76

zig cc: -Wno-overriding-t-option was renamed

in LLVM commit 1c66d08b0137cef7761b8220d3b7cb7833f57cdb

1 files changed, 1 insertions(+), 1 deletions(-)

src/Compilation.zig+1-1
...@@ -5278,7 +5278,7 @@ pub fn addCCArgs(...@@ -5278,7 +5278,7 @@ pub fn addCCArgs(
5278 // version as well as the -mmacosx-version-min argument.5278 // version as well as the -mmacosx-version-min argument.
5279 // Zig provides the correct value in both places, so it5279 // Zig provides the correct value in both places, so it
5280 // doesn't matter which one gets overridden.5280 // doesn't matter which one gets overridden.
5281 argv.appendAssumeCapacity("-Wno-overriding-t-option");5281 argv.appendAssumeCapacity("-Wno-overriding-option");
5282 },5282 },
5283 .ios, .tvos, .watchos => switch (target.cpu.arch) {5283 .ios, .tvos, .watchos => switch (target.cpu.arch) {
5284 // Pass the proper -m<os>-version-min argument for darwin.5284 // Pass the proper -m<os>-version-min argument for darwin.