File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -192,13 +192,13 @@ release of Clang. Users of the build system should adjust accordingly.
192
192
install-clang-headers target now installs clang's API headers (corresponding
193
193
to its libraries), which is consistent with the install-llvm-headers target.
194
194
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.
202
202
203
203
- ...
204
204
You can’t perform that action at this time.
0 commit comments