diff options
| author | Meghan Denny <hello@nektro.net> | 2022-07-28 13:47:29 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-07-28 23:22:44 -0700 |
| commit | b5861193e072ba6780730a559f2b879378b8587f (patch) | |
| tree | ef485670aadd05b6716bc8f5fc14737976552705 /tools/update_cpu_features.zig | |
| parent | e6b3eae490e4d0c427034c3530be4ed5a74e2253 (diff) | |
| download | zig-b5861193e072ba6780730a559f2b879378b8587f.tar.gz zig-b5861193e072ba6780730a559f2b879378b8587f.zip | |
std: rename std.Target.systemz to .s390x
Diffstat (limited to 'tools/update_cpu_features.zig')
| -rw-r--r-- | tools/update_cpu_features.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/update_cpu_features.zig b/tools/update_cpu_features.zig index 3757b56743..c43799d280 100644 --- a/tools/update_cpu_features.zig +++ b/tools/update_cpu_features.zig @@ -793,7 +793,7 @@ const llvm_targets = [_]LlvmTarget{ .td_name = "Sparc.td", }, .{ - .zig_name = "systemz", + .zig_name = "s390x", .llvm_name = "SystemZ", .td_name = "SystemZ.td", }, |
