Kill off OMF support

This commit is contained in:
richard (rikki) andrew cattermole 2024-05-03 18:24:36 +12:00
parent e5d7779794
commit ad6e0c7a27
6 changed files with 25 additions and 74 deletions

View file

@ -71,13 +71,12 @@ There are currently 49 checks.
- Azure pipelines (Windows_Coverage x64)
- Azure pipelines (Windows_DMD_bootstrap x64)
- Azure pipelines (Windows_DMD_latest x64)
- Azure pipelines (Windows_DMD_latest x86-OMF)
- Azure pipelines (Windows_VisualD_LDC x64_Debug)
- Azure pipelines (Windows_VisualD_LDC x86-mscoff)
- Azure pipelines (Windows_VisualD_LDC x86-mscoff_MinGW)
Azure pipelines run on Windows platforms, and build DMD, Phobos and Druntime, and run their unittests.
Windows has three binary formats: 32-bit OMF (deprecated), 32-bit COFF, and 64-bit COFF.
Windows has two binary formats: 32-bit COFF, and 64-bit COFF.
### DAutoTest