[llvm-branch-commits] [cfe-branch] r369017 - Correcting clang-cpp release not to spcify supported targets.
Chris Bieneman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Aug 15 09:54:13 PDT 2019
Author: cbieneman
Date: Thu Aug 15 09:54:13 2019
New Revision: 369017
URL: http://llvm.org/viewvc/llvm-project?rev=369017&view=rev
Log:
Correcting clang-cpp release not to spcify supported targets.
Modified:
cfe/branches/release_90/docs/ReleaseNotes.rst
Modified: cfe/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/ReleaseNotes.rst?rev=369017&r1=369016&r2=369017&view=diff
==============================================================================
--- cfe/branches/release_90/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_90/docs/ReleaseNotes.rst Thu Aug 15 09:54:13 2019
@@ -192,13 +192,13 @@ release of Clang. Users of the build sys
install-clang-headers target now installs clang's API headers (corresponding
to its libraries), which is consistent with the install-llvm-headers target.
-- In 9.0.0 and later Clang added a new target, clang-cpp, which generates a
- shared library comprised of all the clang component libraries and exporting
- the clang C++ APIs. Additionally the build system gained the new
- "CLANG_LINK_CLANG_DYLIB" option, which defaults Off, and when set to On, will
- force clang (and clang-based tools) to link the clang-cpp library instead of
- statically linking clang's components. This option will reduce the size of
- binary distributions at the expense of compiler performance.
+- In 9.0.0 and later Clang added a new target on Linux/Unix systems, clang-cpp,
+ which generates a shared library comprised of all the clang component
+ libraries and exporting the clang C++ APIs. Additionally the build system
+ gained the new "CLANG_LINK_CLANG_DYLIB" option, which defaults Off, and when
+ set to On, will force clang (and clang-based tools) to link the clang-cpp
+ library instead of statically linking clang's components. This option will
+ reduce the size of binary distributions at the expense of compiler performance.
- ...
More information about the llvm-branch-commits
mailing list