Commit 80c9d3f3b1
Changed files (1)
tools/update_clang_options.zig
@@ -497,7 +497,7 @@ const cpu_targets = struct {
pub const riscv = std.Target.riscv;
pub const sparc = std.Target.sparc;
pub const spirv = std.Target.spirv;
- pub const systemz = std.Target.systemz;
+ pub const s390x = std.Target.s390x;
pub const ve = std.Target.ve;
pub const wasm = std.Target.wasm;
pub const x86 = std.Target.x86;
@@ -647,9 +647,9 @@ pub fn main() anyerror!void {
\\ .name = "{s}",
\\ .syntax = {s},
\\ .zig_equivalent = .{s},
- \\ .pd1 = {s},
- \\ .pd2 = {s},
- \\ .psl = {s},
+ \\ .pd1 = {},
+ \\ .pd2 = {},
+ \\ .psl = {},
\\}},
\\
, .{ name, final_syntax, ident, pd1, pd2, pslash });
@@ -677,9 +677,9 @@ pub fn main() anyerror!void {
\\ .name = "{s}",
\\ .syntax = {s},
\\ .zig_equivalent = .other,
- \\ .pd1 = {s},
- \\ .pd2 = {s},
- \\ .psl = {s},
+ \\ .pd1 = {},
+ \\ .pd2 = {},
+ \\ .psl = {},
\\}},
\\
, .{ name, syntax, pd1, pd2, pslash });