| author | |
| committer | |
| log | a5bc9cbb15f415f3c8bded3b8026c7cf326b7c12 |
| tree | caab5da344027e147babd43890f54fce5de5a4d0 |
| parent | d61e4ef8b00f8c66389c5bf614d701cafc23b1ae |
| signature |
LLVM doesn't even recognize the gnuilp32 spelling as an alternative.2 files changed, 2 insertions(+), 2 deletions(-)
lib/compiler/aro/aro/target.zig+1-1| ... | @@ -693,7 +693,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 { | ... | @@ -693,7 +693,7 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 { |
| 693 | .gnuf32 => "gnuf32", | 693 | .gnuf32 => "gnuf32", |
| 694 | .gnusf => "gnusf", | 694 | .gnusf => "gnusf", |
| 695 | .gnux32 => "gnux32", | 695 | .gnux32 => "gnux32", |
| 696 | .gnuilp32 => "gnuilp32", | 696 | .gnuilp32 => "gnu_ilp32", |
| 697 | .code16 => "code16", | 697 | .code16 => "code16", |
| 698 | .eabi => "eabi", | 698 | .eabi => "eabi", |
| 699 | .eabihf => "eabihf", | 699 | .eabihf => "eabihf", |
src/codegen/llvm.zig+1-1| ... | @@ -263,7 +263,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { | ... | @@ -263,7 +263,7 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 { |
| 263 | .gnuf32 => "gnuf32", | 263 | .gnuf32 => "gnuf32", |
| 264 | .gnusf => "gnusf", | 264 | .gnusf => "gnusf", |
| 265 | .gnux32 => "gnux32", | 265 | .gnux32 => "gnux32", |
| 266 | .gnuilp32 => "gnuilp32", | 266 | .gnuilp32 => "gnu_ilp32", |
| 267 | .code16 => "code16", | 267 | .code16 => "code16", |
| 268 | .eabi => "eabi", | 268 | .eabi => "eabi", |
| 269 | .eabihf => "eabihf", | 269 | .eabihf => "eabihf", |