Skip to content

Commit 53bf79c

Browse files
authored
Version identifier cpp -> LLVM/GNU, see dlang/dmd#16613 (#3853)
Version identifier cpp -> LLVM/GNU, see dlang/dmd#16613 Signed-off-by: Iain Buclaw <ibuclaw@users.noreply.github.com> Merged-on-behalf-of: Iain Buclaw <ibuclaw@users.noreply.github.com>
1 parent 75aae54 commit 53bf79c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/version.dd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -257,11 +257,11 @@ $(H3 $(LEGACY_LNAME2 PredefinedVersions, predefined-versions, Predefined Version
257257
$(TROW $(ARGS $(D CRuntime_Newlib)) , $(ARGS newlib C runtime))
258258
$(TROW $(ARGS $(D CRuntime_UClibc)) , $(ARGS uClibc C runtime))
259259
$(TROW $(ARGS $(D CRuntime_WASI)) , $(ARGS WASI C runtime))
260-
$(TROW $(ARGS $(D CppRuntime_Clang)) , $(ARGS Deprecated, use $(D CppRuntime_libcpp) instead))
260+
$(TROW $(ARGS $(D CppRuntime_Clang)) , $(ARGS Deprecated, use $(D CppRuntime_LLVM) instead))
261261
$(TROW $(ARGS $(D CppRuntime_DigitalMars)) , $(ARGS DigitalMars C++ runtime))
262-
$(TROW $(ARGS $(D CppRuntime_Gcc)) , $(ARGS Deprecated, use $(D CppRuntime_libstdcpp) instead))
263-
$(TROW $(ARGS $(D CppRuntime_libcpp)) , $(ARGS libc++ C++ runtime))
264-
$(TROW $(ARGS $(D CppRuntime_libstdcpp)) , $(ARGS libstdc++ C++ runtime))
262+
$(TROW $(ARGS $(D CppRuntime_Gcc)) , $(ARGS Deprecated, use $(D CppRuntime_GNU) instead))
263+
$(TROW $(ARGS $(D CppRuntime_LLVM)) , $(ARGS LLVM libc++ C++ runtime))
264+
$(TROW $(ARGS $(D CppRuntime_GNU)) , $(ARGS GNU libstdc++ C++ runtime))
265265
$(TROW $(ARGS $(D CppRuntime_Microsoft)) , $(ARGS Microsoft C++ runtime))
266266
$(TROW $(ARGS $(D CppRuntime_Sun)) , $(ARGS Sun C++ runtime))
267267
$(TROW $(ARGS $(D X86)) , $(ARGS Intel and AMD 32-bit processors))

0 commit comments

Comments
 (0)