diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index 737aa5110756c4d56034b20a256656da0c72b1bd..0a755e25a8acdd2b9d3705f08a25f2ab2edb37eb 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -280,8 +280,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { .cygnus => "cygnus", .simulator => "simulator", .macabi => "macabi", - .ohos => "ohos", - .ohoseabi => "ohoseabi", + .ohos, .ohoseabi => "ohos", }; try llvm_triple.appendSlice(llvm_abi);