Merge pull request #327 from BBasile/update-versions
sync version identifiers with ddmd
This commit is contained in:
commit
89bbde9381
|
@ -117,21 +117,28 @@ immutable string[] predefinedVersions = [
|
||||||
"assert",
|
"assert",
|
||||||
"BigEndian",
|
"BigEndian",
|
||||||
"BSD",
|
"BSD",
|
||||||
|
"CRuntime_Bionic",
|
||||||
|
"CRuntime_DigitalMars",
|
||||||
|
"CRuntime_Glibc",
|
||||||
|
"CRuntime_Microsoft",
|
||||||
"Cygwin",
|
"Cygwin",
|
||||||
|
"DigitalMars",
|
||||||
|
"DragonFlyBSD",
|
||||||
"D_Coverage",
|
"D_Coverage",
|
||||||
"D_Ddoc",
|
"D_Ddoc",
|
||||||
"D_HardFloat",
|
"D_HardFloat",
|
||||||
"DigitalMars",
|
|
||||||
"D_InlineAsm_X86",
|
"D_InlineAsm_X86",
|
||||||
"D_InlineAsm_X86_64",
|
"D_InlineAsm_X86_64",
|
||||||
"D_LP64",
|
"D_LP64",
|
||||||
"D_NoBoundsChecks",
|
"D_NoBoundsChecks",
|
||||||
"D_PIC",
|
"D_PIC",
|
||||||
"DragonFlyBSD",
|
|
||||||
"D_SIMD",
|
"D_SIMD",
|
||||||
"D_SoftFloat",
|
"D_SoftFloat",
|
||||||
"D_Version2",
|
"D_Version2",
|
||||||
"D_X32",
|
"D_X32",
|
||||||
|
"ELFv1",
|
||||||
|
"ELFv2",
|
||||||
|
"Epiphany",
|
||||||
"FreeBSD",
|
"FreeBSD",
|
||||||
"FreeStanding",
|
"FreeStanding",
|
||||||
"GNU",
|
"GNU",
|
||||||
|
@ -140,9 +147,11 @@ immutable string[] predefinedVersions = [
|
||||||
"HPPA64",
|
"HPPA64",
|
||||||
"Hurd",
|
"Hurd",
|
||||||
"IA64",
|
"IA64",
|
||||||
|
"iOS",
|
||||||
"LDC",
|
"LDC",
|
||||||
"linux",
|
"linux",
|
||||||
"LittleEndian",
|
"LittleEndian",
|
||||||
|
"MinGW",
|
||||||
"MIPS32",
|
"MIPS32",
|
||||||
"MIPS64",
|
"MIPS64",
|
||||||
"MIPS_EABI",
|
"MIPS_EABI",
|
||||||
|
@ -153,7 +162,9 @@ immutable string[] predefinedVersions = [
|
||||||
"MIPS_O64",
|
"MIPS_O64",
|
||||||
"MIPS_SoftFloat",
|
"MIPS_SoftFloat",
|
||||||
"NetBSD",
|
"NetBSD",
|
||||||
"none",
|
"none"
|
||||||
|
"NVPTX",
|
||||||
|
"NVPTX64",
|
||||||
"OpenBSD",
|
"OpenBSD",
|
||||||
"OSX",
|
"OSX",
|
||||||
"Posix",
|
"Posix",
|
||||||
|
@ -173,9 +184,12 @@ immutable string[] predefinedVersions = [
|
||||||
"SPARC_HardFloat",
|
"SPARC_HardFloat",
|
||||||
"SPARC_SoftFloat",
|
"SPARC_SoftFloat",
|
||||||
"SPARC_V8Plus",
|
"SPARC_V8Plus",
|
||||||
|
"SystemZ",
|
||||||
"SysV3",
|
"SysV3",
|
||||||
"SysV4",
|
"SysV4",
|
||||||
|
"TVOS",
|
||||||
"unittest",
|
"unittest",
|
||||||
|
"WatchOS",
|
||||||
"Win32",
|
"Win32",
|
||||||
"Win64",
|
"Win64",
|
||||||
"Windows",
|
"Windows",
|
||||||
|
|
Loading…
Reference in New Issue