mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
llvm: Lower ohoseabi to ohos instead of verbatim.
LLVM doesn't recognize ohoseabi.
This commit is contained in:
parent
7fe219998f
commit
f0f2dc52cc
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user