Skip to content

Commit c0f41b1

Browse files
author
ripley
committed
flang-new has still not been renamed
git-svn-id: https://svn.r-project.org/R/trunk@87424 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 6ca9ee7 commit c0f41b1

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

doc/manual/R-admin.texi

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,7 +1195,7 @@ the compiler (e.g.@: from 13.1 to 13.2).
11951195
@I{LLVM} supports another type of @abbr{LTO} called `Thin @abbr{LTO}' as well as a similar
11961196
implementation to GCC, sometimes called `Full @abbr{LTO}'. (See
11971197
@uref{https://clang.llvm.org/docs/ThinLTO.html}.) Currently the @I{LLVM}
1198-
compilers relevant to @R{} are @command{clang} and @command{flang} for
1198+
compilers relevant to @R{} are @command{clang} and @command{flang-new} for
11991199
which this can be selected by setting macro @samp{LTO=-flto=thin}. @I{LLVM}
12001200
has
12011201
@example
@@ -1220,8 +1220,7 @@ code compiled with @command{gfortran}.
12201220
It is said to be particularly beneficial to use @option{-O3} for
12211221
@command{clang} in conjunction with @abbr{LTO}.
12221222

1223-
It seems that @command{flang} may support @abbr{LTO}, but with no documentation
1224-
as yet.
1223+
It seems that @command{flang-new} may in future support @abbr{LTO}.
12251224

12261225
The 2020s versions of Intel's C/C++ compilers are based on @I{LLVM} and as
12271226
such support @I{LLVM}-style @abbr{LTO}, both `full' and `thin'. This might use
@@ -4842,8 +4841,7 @@ unset.)
48424841
The name @command{flang} has been used for two projects: this is about
48434842
the sub-project of @I{LLVM} which builds a Fortran compiler and runtime
48444843
libraries. The compiler is currently named @command{flang-new} but has been
4845-
announced to be renamed to @command{flang} when more nearly complete (and
4846-
at some earlier point in its development was known as @command{f18}).
4844+
announced to be renamed to @command{flang} when more nearly complete.
48474845

48484846
The version in @I{LLVM} 16 and later was able to build @R{} on @cputype{x86_64} Linux
48494847
with

doc/manual/R-exts.texi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5928,7 +5928,7 @@ functionality.
59285928
Both the compiler and OS (@emph{via} system header files, which may
59295929
differ by architecture even for nominally the same OS) affect the
59305930
compilability of C/C++ code. Compilers from the GCC, @I{LLVM}
5931-
(@command{clang} and @command{flang}) Intel and Oracle Developer Studio
5931+
(@command{clang} and @command{flang-new}) Intel and Oracle Developer Studio
59325932
suites have been used with @R{}, and both @I{LLVM} @command{clang} and
59335933
Oracle have more than one implementation of C++ headers and library.
59345934
The range of possibilities makes comprehensive empirical checking

0 commit comments

Comments
 (0)