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.

933b58d00f
This commit is contained in:
Alex Rønne Petersen
2024-06-23 17:51:27 +02:00
parent af8205e25e
commit 5e82e90dbf
4 changed files with 0 additions and 4 deletions

View File

@@ -187,7 +187,6 @@ pub fn targetTriple(allocator: Allocator, target: std.Target) ![]const u8 {
.msvc => "msvc",
.itanium => "itanium",
.cygnus => "cygnus",
.coreclr => "coreclr",
.simulator => "simulator",
.macabi => "macabi",
.pixel => "pixel",