mirror of
https://github.com/ziglang/zig.git
synced 2026-02-18 23:39:17 +00:00
std.Target: update lists of omitted LLVM tags
This commit is contained in:
parent
a027fa8b8c
commit
e8d060e5f5
@ -72,6 +72,7 @@ pub const Os = struct {
|
||||
|
||||
// LLVM tags deliberately omitted:
|
||||
// - bridgeos
|
||||
// - cheriotrtos
|
||||
// - darwin
|
||||
// - kfreebsd
|
||||
// - nacl
|
||||
@ -800,14 +801,22 @@ pub const Abi = enum {
|
||||
// - coreclr
|
||||
// - domain
|
||||
// - geometry
|
||||
// - gnueabit64
|
||||
// - gnueabihft64
|
||||
// - gnuf64
|
||||
// - gnut64
|
||||
// - hull
|
||||
// - intersection
|
||||
// - library
|
||||
// - llvm
|
||||
// - mesh
|
||||
// - miss
|
||||
// - mlibc
|
||||
// - mtia
|
||||
// - pauthtest
|
||||
// - pixel
|
||||
// - raygeneration
|
||||
// - rootsignature
|
||||
// - vertex
|
||||
|
||||
pub fn default(arch: Cpu.Arch, os_tag: Os.Tag) Abi {
|
||||
@ -1353,8 +1362,6 @@ pub const Cpu = struct {
|
||||
// - amdil
|
||||
// - amdil64
|
||||
// - dxil
|
||||
// - le32
|
||||
// - le64
|
||||
// - r600
|
||||
// - hsail
|
||||
// - hsail64
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user