diff options
| author | Alex Rønne Petersen <alex@alexrp.com> | 2024-06-23 17:51:27 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2024-07-20 05:08:16 +0200 |
| commit | 5e82e90dbf2a28baa69c3f79c09407e3c2e78ceb (patch) | |
| tree | 08cdb8901e9ecd9b4a2f8043300a279ac1fba2a3 /lib/compiler/aro | |
| parent | af8205e25ee1781e3747246a45e8c30b65486ab3 (diff) | |
| download | zig-5e82e90dbf2a28baa69c3f79c09407e3c2e78ceb.tar.gz zig-5e82e90dbf2a28baa69c3f79c09407e3c2e78ceb.zip | |
std.Target: Remove `coreclr` ABI specifier.
This was added to LLVM in 2015 for the LLILC project, which was discontinued in
~2018, and subsequently archived in 2022.
https://github.com/dotnet/llilc/commit/933b58d00ffb4b357956c940b37a379bdf891324
Diffstat (limited to 'lib/compiler/aro')
| -rw-r--r-- | lib/compiler/aro/aro/target.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/compiler/aro/aro/target.zig b/lib/compiler/aro/aro/target.zig index 807bbcd20f..e6dc776e30 100644 --- a/lib/compiler/aro/aro/target.zig +++ b/lib/compiler/aro/aro/target.zig @@ -742,7 +742,6 @@ pub fn toLLVMTriple(target: std.Target, buf: []u8) []const u8 { .msvc => "msvc", .itanium => "itanium", .cygnus => "cygnus", - .coreclr => "coreclr", .simulator => "simulator", .macabi => "macabi", .pixel => "pixel", |
