File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -311,9 +311,9 @@ The following options allow building libc++ for a different ABI version.
311
311
312
312
Select the ABI library to build libc++ against. This CMake option also supports "consumption specifiers", which
313
313
specify how the selected ABI library should be consumed by libc++. The supported specifiers are:
314
- - ``shared ``: The selected ABI library should be used as a shared library.
315
- - ``static ``: The selected ABI library should be used as a static library.
316
- - ``merged ``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
314
+ - ``shared ``: The selected ABI library should be used as a shared library.
315
+ - ``static ``: The selected ABI library should be used as a static library.
316
+ - ``merged ``: The selected ABI library should be a static library whose object files will be merged directly into the produced libc++ library.
317
317
318
318
A consumption specifier is provided by appending it to the name of the library, such as ``LIBCXX_CXX_ABI=merged-libcxxabi ``.
319
319
If no consumption specifier is provided, the libc++ shared library will default to using a shared ABI library, and the
You can’t perform that action at this time.
0 commit comments