Skip to content

Commit

Permalink
target: add liteos to toLLVMTriple
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaas committed Sep 28, 2023
1 parent 5688dbc commit 2ed16c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -684,6 +684,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 {
.watchos => "watchos",
.driverkit => "driverkit",
.shadermodel => "shadermodel",
.liteos => "liteos",
.opencl,
.glsl450,
.vulkan,
Expand Down

0 comments on commit 2ed16c1

Please sign in to comment.