diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2020-12-16 17:54:49 +0100 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2020-12-16 18:13:58 +0100 |
| commit | 1c40a4df094132db952157bf28253ed80646ea00 (patch) | |
| tree | 2aa86028c4a8ae0ccc324ad1e60b34891487e5d4 /src/codegen/llvm.zig | |
| parent | 6f3ed2f71f3548b399214f604d820cd2dd2887f3 (diff) | |
| download | zig-1c40a4df094132db952157bf28253ed80646ea00.tar.gz zig-1c40a4df094132db952157bf28253ed80646ea00.zip | |
Update zig_llvm.cpp and other bits
Include updates to corresponding zig sources
llvm commit b2851aea80e5a8f0cfd6c3c5a56a6b00fb28c6b6
Diffstat (limited to 'src/codegen/llvm.zig')
| -rw-r--r-- | src/codegen/llvm.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/codegen/llvm.zig b/src/codegen/llvm.zig index f87a7a940c..ea8e25c214 100644 --- a/src/codegen/llvm.zig +++ b/src/codegen/llvm.zig @@ -12,6 +12,7 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![]u8 { .avr => "avr", .bpfel => "bpfel", .bpfeb => "bpfeb", + .csky => "csky", .hexagon => "hexagon", .mips => "mips", .mipsel => "mipsel", @@ -74,11 +75,11 @@ pub fn targetTriple(allocator: *Allocator, target: std.Target) ![]u8 { .openbsd => "openbsd", .solaris => "solaris", .windows => "windows", + .zos => "zos", .haiku => "haiku", .minix => "minix", .rtems => "rtems", .nacl => "nacl", - .cnk => "cnk", .aix => "aix", .cuda => "cuda", .nvcl => "nvcl", |
