diff --git a/doc/org.eclipse.cdt.doc.user/src/llvm/general.adoc b/doc/org.eclipse.cdt.doc.user/src/llvm/general.adoc
index 2b51ed1bfa9..d93e9730b87 100644
--- a/doc/org.eclipse.cdt.doc.user/src/llvm/general.adoc
+++ b/doc/org.eclipse.cdt.doc.user/src/llvm/general.adoc
@@ -30,15 +30,15 @@ endif::[]
== General information
-The LLVM with Clang/GCC for Eclipse CDT plug-in integrates an LLVM toolchain using
-the Clang or llvm-gcc compiler with the CDT managed build system to compile C/(cpp} programs.
+The LLVM with Clang for Eclipse CDT plug-in integrates an LLVM toolchain using
+the Clang compiler with the CDT managed build system to compile C/{cpp} programs.
http://www.llvm.org[LLVM] is a modern toolchain that supports the
-compilation of C/(cpp} code (among others) to LLVM virtual machine's
+compilation of C/{cpp} code (among others) to LLVM virtual machine's
_bitcode_, which in turn can be compiled to each platform's native
binary.
The plug-in integrates the following tools from the LLVM toolchain:
-Clang/Clang{plus}{plus}/llvm-gcc/llvm-g{plus}{plus} (C/(cpp} compilers), llvm-ld (linker),
+Clang/Clang{plus}{plus} (C/{cpp} compilers), llvm-ld (linker),
llvm-ar (archiver), llvm-as (assembler), llc (static compiler) and lli
(JIT/Interpreter).
diff --git a/doc/org.eclipse.cdt.doc.user/src/llvm/initial_configuration.adoc b/doc/org.eclipse.cdt.doc.user/src/llvm/initial_configuration.adoc
index 25f2cc91c6b..e5e5ab85ad0 100644
--- a/doc/org.eclipse.cdt.doc.user/src/llvm/initial_configuration.adoc
+++ b/doc/org.eclipse.cdt.doc.user/src/llvm/initial_configuration.adoc
@@ -40,8 +40,8 @@ C/{cpp} -> Build -> Environment. Select the `PATH` environment variable and then
value to point where your LLVM binaries are located.
If your `PATH` environment variable is set correctly, you should see the
-_LLVM with Clang_ and _LLVM with GCC_ toolchains available for selection within the
-CDT project wizard for managed build projects. The toolchains are available for both
+_LLVM with Clang_ toolchain available for selection within the
+CDT project wizard for managed build projects. The toolchain is available for both
C and {cpp} projects.
NOTE: Clang is automatically detected when installed on a Microsoft Windows host using
diff --git a/doc/org.eclipse.cdt.doc.user/src/llvm/user_manual.adoc b/doc/org.eclipse.cdt.doc.user/src/llvm/user_manual.adoc
index 356df27f3c5..c7facad65b8 100644
--- a/doc/org.eclipse.cdt.doc.user/src/llvm/user_manual.adoc
+++ b/doc/org.eclipse.cdt.doc.user/src/llvm/user_manual.adoc
@@ -28,9 +28,9 @@ endif::[]
// adoc files.
// ENDOFHEADER
-== LLVM with Clang/GCC for Eclipse CDT
+== LLVM with Clang for Eclipse CDT
-This guide is intended for the users of the LLVM with Clang/GCC for
+This guide is intended for the users of the LLVM with Clang for
Eclipse CDT plugin. It describes the initial configuration, general
information and some special cases about the plugin.
diff --git a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
index 72f54954bb2..0d3ea4cdd9e 100644
--- a/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
+++ b/doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml
@@ -22,7 +22,7 @@
-
+
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
index d6b6bf865f8..6a178697716 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2013 QNX Software Systems
+# Copyright (c) 2013, 2026 QNX Software Systems
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -29,7 +29,7 @@ description=Support for building project using the LLVM-Family compilers.
# copyright
copyright=\
-Copyright (c) 2013 QNX Software Systems and others.\n\
+Copyright (c) 2013, 2026 QNX Software Systems and others.\n\
This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License 2.0\n\
which accompanies this distribution, and is available at\n\
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
index 2a902ae486b..ef9b56d479c 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties
@@ -38,11 +38,6 @@ ToolChainName.llvm.clang.win32.mingw=LLVM with Clang (Windows) (MinGW)\u0020
ToolChainName.llvm.clang.win32.cygwin=LLVM with Clang (Windows) (Cygwin)
ToolChainName.llvm.linux=LLVM with Clang (Linux)
ToolChainName.llvm.macosx=LLVM with Clang (macOS)
-ToolChainName.llvm.gnu=LLVM with GCC
-ToolChainName.llvm.gnu.linux=LLVM with GCC (Linux)
-ToolChainName.llvm.gnu.macosx=LLVM with GCC (macOS)
-ToolChainName.llvm.gnu.win32.cygwin=LLVM with GCC (Windows) (Cygwin)
-ToolChainName.llvm.gnu.win32.mingw=LLVM with GCC (Windows) (MinGW)
# Default Configuration Names
# START NON-TRANSLATABLE
@@ -50,8 +45,6 @@ ConfigName.Rel=Release
ConfigName.Dbg=Debug
ConfigName.Rel.Win32=Release
ConfigName.Dbg.Win32=Debug
-ConfigName.Rel.Gnu=Release
-ConfigName.Dbg.Gnu=Debug
# END NON-TRANSLATABLE
@@ -67,12 +60,8 @@ ToolName.compiler.llvm.c.abstract=Abstract LLVM C compiler
ToolName.compiler.llvm.cpp.abstract=Abstract LLVM C++ compiler
ToolName.compiler.llvm.c=LLVM Clang
ToolName.compiler.llvm.cpp=LLVM Clang++
-ToolName.compiler.llvm.gcc=LLVM GCC
-ToolName.compiler.llvm.g++=LLVM G++
ToolName.linker.llvm.c=LLVM Clang C linker
ToolName.linker.llvm.cpp=LLVM Clang C++ linker
-ToolName.linker.llvm.gcc=LLVM GNU C linker
-ToolName.linker.llvm.g++=LLVM GNU C++ linker
ToolName.llc.llvm=LLVM Static Compiler
ToolName.llc.llvm.c=LLVM C Static Compiler
ToolName.llc.llvm.cpp=LLVM C++ Static Compiler
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
index 3269b8b8801..e184defb9ea 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.xml
@@ -1173,22 +1173,6 @@ Contributors:
natureFilter="ccnature"
superClass="cdt.managedbuild.tool.llvm.cpp.abstract.compiler">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.cpp.compiler.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.c.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.cpp.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3339,49 +2025,48 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.macosx.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.macosx.lib.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.macosx.base">
+ superClass="cdt.managedbuild.target.llvm.macosx.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.c.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.cpp.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.c.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.macosx.cpp.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
-
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.exe.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3453,40 +2138,40 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.exe.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3494,46 +2179,46 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.so.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3541,40 +2226,40 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.so.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.so.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.so.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.so.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.so.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3582,46 +2267,46 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.lib.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3629,50 +2314,49 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.cygwin.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.lib.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.cygwin.base">
+ superClass="cdt.managedbuild.target.llvm.win32.cygwin.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.c.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.cygwin.cpp.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
-
+
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.exe.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.exe.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3743,40 +2427,40 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.exe.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.exe.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3784,46 +2468,46 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.so.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.so.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3831,40 +2515,40 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.so.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.so.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.so.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.so.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.so.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3872,46 +2556,46 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.lib.debug"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.lib.debug"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -3919,40 +2603,40 @@ Contributors:
+ parent="cdt.managedbuild.config.llvm.clang.win32.mingw.base">
+ id="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.lib.release"
+ superClass="cdt.managedbuild.toolchain.llvm.clang.win32.mingw.base">
+ superClass="cdt.managedbuild.target.llvm.win32.mingw.platform.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.compiler.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.compiler.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.c.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.c.linker.base">
+ id="cdt.managedbuild.tool.llvm.clang.win32.mingw.cpp.linker.lib.release"
+ superClass="cdt.managedbuild.tool.llvm.cpp.linker.base">
@@ -5343,18 +4027,6 @@ Contributors:
-
-
-
-
-
-
-
-
@@ -5388,18 +4060,6 @@ Contributors:
-
-
-
-
-
-
-
-
@@ -5436,18 +4096,6 @@ Contributors:
-
-
-
-
-
-
-
-