[llvm-branch-commits] [cfe-branch] r368894 - Merging release note update in r368874
Chris Bieneman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Aug 14 11:11:12 PDT 2019
Author: cbieneman
Date: Wed Aug 14 11:11:11 2019
New Revision: 368894
URL: http://llvm.org/viewvc/llvm-project?rev=368894&view=rev
Log:
Merging release note update in r368874
Modified:
cfe/branches/release_90/ (props changed)
cfe/branches/release_90/docs/ReleaseNotes.rst
Propchange: cfe/branches/release_90/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Aug 14 11:11:11 2019
@@ -1,4 +1,4 @@
/cfe/branches/type-system-rewrite:134693-134817
-/cfe/trunk:366429,366448,366457,366474,366480,366483,366511,366670,366694,366699,366878,367008,367039,367055,367103,367134,367301,367305,367323,367387,367403,367520,367530,367661,367675,367802,367823,367906,368104,368202,368552,368561
+/cfe/trunk:366429,366448,366457,366474,366480,366483,366511,366670,366694,366699,366878,367008,367039,367055,367103,367134,367301,367305,367323,367387,367403,367520,367530,367661,367675,367802,367823,367906,368104,368202,368552,368561,368874
/cfe/trunk/test:170344
/cfe/trunk/test/SemaTemplate:126920
Modified: cfe/branches/release_90/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_90/docs/ReleaseNotes.rst?rev=368894&r1=368893&r2=368894&view=diff
==============================================================================
--- cfe/branches/release_90/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_90/docs/ReleaseNotes.rst Wed Aug 14 11:11:11 2019
@@ -192,7 +192,15 @@ 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.
+
+- ...
AST Matchers
------------
More information about the llvm-branch-commits
mailing list