aboutsummaryrefslogtreecommitdiff
path: root/lib/compiler/aro
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alex@alexrp.com>2024-08-10 15:25:41 +0200
committerAlex Rønne Petersen <alex@alexrp.com>2024-08-12 08:59:47 +0200
commiteb4539a27d72defc2f90a0b164a5d7f27df79ea7 (patch)
treeefe3019b3c60c1b0199c689fb9ff158a473b1383 /lib/compiler/aro
parent15a3ee19795dd9807107c2a45fa328b00e9edd10 (diff)
downloadzig-eb4539a27d72defc2f90a0b164a5d7f27df79ea7.tar.gz
zig-eb4539a27d72defc2f90a0b164a5d7f27df79ea7.zip
std.Target: Rename glsl450 Arch tag to opengl.
Versions can simply use the normal version range mechanism, or alternatively an Abi tag if that makes more sense. For now, we only care about 4.5 anyway.
Diffstat (limited to 'lib/compiler/aro')
-rw-r--r--lib/compiler/aro/aro/target.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/aro/aro/target.zig b/lib/compiler/aro/aro/target.zig
index a876723302..95be478230 100644
--- a/lib/compiler/aro/aro/target.zig
+++ b/lib/compiler/aro/aro/target.zig
@@ -652,7 +652,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.shadermodel => "shadermodel",
.liteos => "liteos",
.opencl,
- .glsl450,
+ .opengl,
.vulkan,
.plan9,
.other,