| ... | @@ -280,8 +280,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { | ... | @@ -280,8 +280,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { |
| 280 | .cygnus => "cygnus", | 280 | .cygnus => "cygnus", |
| 281 | .simulator => "simulator", | 281 | .simulator => "simulator", |
| 282 | .macabi => "macabi", | 282 | .macabi => "macabi", |
| 283 | .ohos => "ohos", | 283 | .ohos, .ohoseabi => "ohos", |
| 284 | .ohoseabi => "ohoseabi", | | |
| 285 | }; | 284 | }; |
| 286 | try llvm_triple.appendSlice(llvm_abi); | 285 | try llvm_triple.appendSlice(llvm_abi); |
| 287 | | 286 | |