Fix bugzilla issue 24623 followup.

Rename CppRuntime to _LLVM and _GNU
Also accept c++ for cxx in target string.
This commit is contained in:
Johan Engelen 2024-06-22 18:56:16 +02:00 committed by The Dlang Bot
parent 748bc7d8ad
commit b5130fd880
23 changed files with 77 additions and 65 deletions

View file

@ -5,7 +5,7 @@ import core.stdc.stdio;
// Disabled on windows because it needs bindings
version (CppRuntime_libcpp)
version (CppRuntime_LLVM)
{
extern(C++, `std`, `__1`)
{