Skip to content

Commit 450f5f3

Browse files
committed
Correcting clang-cpp release not to spcify supported targets.
llvm-svn: 369017
1 parent 201b879 commit 450f5f3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ release of Clang. Users of the build system should adjust accordingly.
192192
install-clang-headers target now installs clang's API headers (corresponding
193193
to its libraries), which is consistent with the install-llvm-headers target.
194194

195-
- In 9.0.0 and later Clang added a new target, clang-cpp, which generates a
196-
shared library comprised of all the clang component libraries and exporting
197-
the clang C++ APIs. Additionally the build system gained the new
198-
"CLANG_LINK_CLANG_DYLIB" option, which defaults Off, and when set to On, will
199-
force clang (and clang-based tools) to link the clang-cpp library instead of
200-
statically linking clang's components. This option will reduce the size of
201-
binary distributions at the expense of compiler performance.
195+
- In 9.0.0 and later Clang added a new target on Linux/Unix systems, clang-cpp,
196+
which generates a shared library comprised of all the clang component
197+
libraries and exporting the clang C++ APIs. Additionally the build system
198+
gained the new "CLANG_LINK_CLANG_DYLIB" option, which defaults Off, and when
199+
set to On, will force clang (and clang-based tools) to link the clang-cpp
200+
library instead of statically linking clang's components. This option will
201+
reduce the size of binary distributions at the expense of compiler performance.
202202

203203
- ...
204204

0 commit comments

Comments
 (0)