Skip to content

Commit

Permalink
Document clang-cpp in the release notes for clang
Browse files Browse the repository at this point in the history
This patch adds a line in the release notes about the new clang-cpp library and the CMake option to force clang to link against it.

llvm-svn: 368874
  • Loading branch information
llvm-beanz committed Aug 14, 2019
1 parent cc2bebe commit a80a3a2
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion clang/docs/ReleaseNotes.rst
Expand Up @@ -157,7 +157,15 @@ release of Clang. Users of the build system should adjust accordingly.
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
------------
Expand Down

0 comments on commit a80a3a2

Please sign in to comment.