Skip to content

Commit 68e45eb

Browse files
committed
Eliminate obsolete 'LLVM with GCC' MBS description
1 parent 7d8abbe commit 68e45eb

8 files changed

Lines changed: 243 additions & 1606 deletions

File tree

doc/org.eclipse.cdt.doc.user/adoc-headers.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at

doc/org.eclipse.cdt.doc.user/src/llvm/general.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -30,15 +30,15 @@ endif::[]
3030

3131
== General information
3232

33-
The LLVM with Clang/GCC for Eclipse CDT plug-in integrates an LLVM toolchain using
34-
the Clang or llvm-gcc compiler with the CDT managed build system to compile C/(cpp} programs.
33+
The LLVM with Clang for Eclipse CDT plug-in integrates an LLVM toolchain using
34+
the Clang compiler with the CDT managed build system to compile C/{cpp} programs.
3535

3636
http://www.llvm.org[LLVM] is a modern toolchain that supports the
37-
compilation of C/(cpp} code (among others) to LLVM virtual machine's
37+
compilation of C/{cpp} code (among others) to LLVM virtual machine's
3838
_bitcode_, which in turn can be compiled to each platform's native
3939
binary.
4040

4141
The plug-in integrates the following tools from the LLVM toolchain:
42-
Clang/Clang{plus}{plus}/llvm-gcc/llvm-g{plus}{plus} (C/(cpp} compilers), llvm-ld (linker),
42+
Clang/Clang{plus}{plus} (C/{cpp} compilers), llvm-ld (linker),
4343
llvm-ar (archiver), llvm-as (assembler), llc (static compiler) and lli
4444
(JIT/Interpreter).

doc/org.eclipse.cdt.doc.user/src/llvm/initial_configuration.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -40,8 +40,8 @@ C/{cpp} -> Build -> Environment. Select the `PATH` environment variable and then
4040
value to point where your LLVM binaries are located.
4141

4242
If your `PATH` environment variable is set correctly, you should see the
43-
_LLVM with Clang_ and _LLVM with GCC_ toolchains available for selection within the
44-
CDT project wizard for managed build projects. The toolchains are available for both
43+
_LLVM with Clang_ toolchain available for selection within the
44+
CDT project wizard for managed build projects. The toolchain is available for both
4545
C and {cpp} projects.
4646

4747
NOTE: Clang is automatically detected when installed on a Microsoft Windows host using

doc/org.eclipse.cdt.doc.user/src/llvm/user_manual.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
////
2-
Copyright (c) 2000, 2025 Contributors to the Eclipse Foundation
2+
Copyright (c) 2000, 2026 Contributors to the Eclipse Foundation
33
This program and the accompanying materials
44
are made available under the terms of the Eclipse Public License 2.0
55
which accompanies this distribution, and is available at
@@ -28,9 +28,9 @@ endif::[]
2828
// adoc files.
2929
// ENDOFHEADER
3030

31-
== LLVM with Clang/GCC for Eclipse CDT
31+
== LLVM with Clang for Eclipse CDT
3232

33-
This guide is intended for the users of the LLVM with Clang/GCC for
33+
This guide is intended for the users of the LLVM with Clang for
3434
Eclipse CDT plugin. It describes the initial configuration, general
3535
information and some special cases about the plugin.
3636

doc/org.eclipse.cdt.doc.user/topics_Getting_Started.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<topic label="Building a project" href="getting_started/cdt_w_build.htm"/>
2323
<topic label="Debugging projects" href="getting_started/cdt_w_debug.htm"/>
2424
<topic label="Importing C/C++ source files into Eclipse" href="getting_started/cdt_w_existing_code.htm"/>
25-
<topic label="LLVM with Clang/GCC for Eclipse CDT" href="llvm/user_manual.htm">
25+
<topic label="LLVM with Clang for Eclipse CDT" href="llvm/user_manual.htm">
2626
<topic label="General information about the plugin" href="llvm/general.htm"/>
2727
<topic label="Initial configuration" href="llvm/initial_configuration.htm"/>
2828
<topic label="LLVM specific information and options" href="llvm/llvm_specific.htm">

llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2013 QNX Software Systems
2+
# Copyright (c) 2013, 2026 QNX Software Systems
33
#
44
# This program and the accompanying materials
55
# 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.
2929

3030
# copyright
3131
copyright=\
32-
Copyright (c) 2013 QNX Software Systems and others.\n\
32+
Copyright (c) 2013, 2026 QNX Software Systems and others.\n\
3333
This program and the accompanying materials\n\
3434
are made available under the terms of the Eclipse Public License 2.0\n\
3535
which accompanies this distribution, and is available at\n\

llvm/org.eclipse.cdt.managedbuilder.llvm.ui/plugin.properties

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,13 @@ ToolChainName.llvm.clang.win32.mingw=LLVM with Clang (Windows) (MinGW)\u0020
3838
ToolChainName.llvm.clang.win32.cygwin=LLVM with Clang (Windows) (Cygwin)
3939
ToolChainName.llvm.linux=LLVM with Clang (Linux)
4040
ToolChainName.llvm.macosx=LLVM with Clang (macOS)
41-
ToolChainName.llvm.gnu=LLVM with GCC
42-
ToolChainName.llvm.gnu.linux=LLVM with GCC (Linux)
43-
ToolChainName.llvm.gnu.macosx=LLVM with GCC (macOS)
44-
ToolChainName.llvm.gnu.win32.cygwin=LLVM with GCC (Windows) (Cygwin)
45-
ToolChainName.llvm.gnu.win32.mingw=LLVM with GCC (Windows) (MinGW)
4641

4742
# Default Configuration Names
4843
# START NON-TRANSLATABLE
4944
ConfigName.Rel=Release
5045
ConfigName.Dbg=Debug
5146
ConfigName.Rel.Win32=Release
5247
ConfigName.Dbg.Win32=Debug
53-
ConfigName.Rel.Gnu=Release
54-
ConfigName.Dbg.Gnu=Debug
5548

5649
# END NON-TRANSLATABLE
5750

@@ -67,12 +60,8 @@ ToolName.compiler.llvm.c.abstract=Abstract LLVM C compiler
6760
ToolName.compiler.llvm.cpp.abstract=Abstract LLVM C++ compiler
6861
ToolName.compiler.llvm.c=LLVM Clang
6962
ToolName.compiler.llvm.cpp=LLVM Clang++
70-
ToolName.compiler.llvm.gcc=LLVM GCC
71-
ToolName.compiler.llvm.g++=LLVM G++
7263
ToolName.linker.llvm.c=LLVM Clang C linker
7364
ToolName.linker.llvm.cpp=LLVM Clang C++ linker
74-
ToolName.linker.llvm.gcc=LLVM GNU C linker
75-
ToolName.linker.llvm.g++=LLVM GNU C++ linker
7665
ToolName.llc.llvm=LLVM Static Compiler
7766
ToolName.llc.llvm.c=LLVM C Static Compiler
7867
ToolName.llc.llvm.cpp=LLVM C++ Static Compiler

0 commit comments

Comments
 (0)