aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMeghan Denny <hello@nektro.net>2022-07-28 13:47:29 -0700
committerAndrew Kelley <andrew@ziglang.org>2022-07-28 23:22:44 -0700
commitb5861193e072ba6780730a559f2b879378b8587f (patch)
treeef485670aadd05b6716bc8f5fc14737976552705 /tools
parente6b3eae490e4d0c427034c3530be4ed5a74e2253 (diff)
downloadzig-b5861193e072ba6780730a559f2b879378b8587f.tar.gz
zig-b5861193e072ba6780730a559f2b879378b8587f.zip
std: rename std.Target.systemz to .s390x
Diffstat (limited to 'tools')
-rw-r--r--tools/update_cpu_features.zig2
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",
},