| author | |
| committer | |
| log | f0f2dc52cc8ea3f0ffa62382e76b6b3a7f1d80b2 |
| tree | 3042a675d59433a9631bc9eede2400fcabdc8990 |
| parent | 7fe219998f016bcd1aa530167fde9461acad5d0d |
| signature |
LLVM doesn't recognize ohoseabi.1 files changed, 1 insertions(+), 2 deletions(-)
src/codegen/llvm.zig+1-2| ... | ... | @@ -280,8 +280,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { |
| 280 | 280 | .cygnus => "cygnus", |
| 281 | 281 | .simulator => "simulator", |
| 282 | 282 | .macabi => "macabi", |
| 283 | .ohos => "ohos", | |
| 284 | .ohoseabi => "ohoseabi", | |
| 283 | .ohos, .ohoseabi => "ohos", | |
| 285 | 284 | }; |
| 286 | 285 | try llvm_triple.appendSlice(llvm_abi); |
| 287 | 286 |