Skip to content

Commit a935121

Browse files
authored
Merge pull request #2786 from kubo39/update-predefined-version-identifier
spec: add missing version identifiers merged-on-behalf-of: Nicholas Wilson <thewilsonator@users.noreply.github.com>
2 parents 8075379 + 3202e42 commit a935121

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spec/version.dd

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,11 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
262262
$(TROW $(ARGS $(D CRuntime_Musl)) , $(ARGS musl C runtime))
263263
$(TROW $(ARGS $(D CRuntime_UClibc)) , $(ARGS uClibc C runtime))
264264
$(TROW $(ARGS $(D CRuntime_WASI)) , $(ARGS WASI C runtime))
265+
$(TROW $(ARGS $(D CppRuntime_Clang)) , $(ARGS Clang Cpp runtime))
266+
$(TROW $(ARGS $(D CppRuntime_DigitalMars)) , $(ARGS DigitalMars Cpp runtime))
267+
$(TROW $(ARGS $(D CppRuntime_Gcc)) , $(ARGS Gcc Cpp runtime))
268+
$(TROW $(ARGS $(D CppRuntime_Microsoft)) , $(ARGS Microsoft Cpp runtime))
269+
$(TROW $(ARGS $(D CppRuntime_Sun)) , $(ARGS Sun Cpp runtime))
265270
$(TROW $(ARGS $(D X86)) , $(ARGS Intel and AMD 32-bit processors))
266271
$(TROW $(ARGS $(D X86_64)) , $(ARGS Intel and AMD 64-bit processors))
267272
$(TROW $(ARGS $(D ARM)) , $(ARGS The ARM architecture (32-bit) (AArch32 et al)))
@@ -287,6 +292,7 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
287292
$(TROW $(ARGS $(D MIPS_EABI)) , $(ARGS The MIPS EABI))
288293
$(TROW $(ARGS $(D MIPS_SoftFloat)) , $(ARGS The MIPS $(D soft-float) ABI))
289294
$(TROW $(ARGS $(D MIPS_HardFloat)) , $(ARGS The MIPS $(D hard-float) ABI))
295+
$(TROW $(ARGS $(D MSP430)) , $(ARGS The MSP430 architecture))
290296
$(TROW $(ARGS $(D NVPTX)) , $(ARGS The Nvidia Parallel Thread Execution (PTX) architecture, 32-bit))
291297
$(TROW $(ARGS $(D NVPTX64)) , $(ARGS The Nvidia Parallel Thread Execution (PTX) architecture, 64-bit))
292298
$(TROW $(ARGS $(D RISCV32)) , $(ARGS The RISC-V architecture, 32-bit))

0 commit comments

Comments
 (0)