Skip to content

Commit 201b879

Browse files
committed
Merging release note update in r368874
llvm-svn: 368894
1 parent 2a39809 commit 201b879

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,15 @@ 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-
- ...
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.
202+
203+
- ...
196204

197205
AST Matchers
198206
------------

0 commit comments

Comments
 (0)