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 @@ -317,7 +317,7 @@ libc++ Feature Options
317
317
**Values **:: ``libc++ ``, ``libstdc++ ``
318
318
319
319
Build the libc++ benchmark tests and Google Benchmark library against the
320
- specified standard library on the platform. On linux this can be used to
320
+ specified standard library on the platform. On Linux this can be used to
321
321
compare libc++ to libstdc++ by building the benchmark tests against both
322
322
standard libraries.
323
323
@@ -404,7 +404,7 @@ LLVM-specific options
404
404
.. option :: LLVM_BUILD_32_BITS:BOOL
405
405
406
406
Build 32-bits executables and libraries on 64-bits systems. This option is
407
- available only on some 64-bits unix systems. Defaults to OFF.
407
+ available only on some 64-bits Unix systems. Defaults to OFF.
408
408
409
409
.. option :: LLVM_LIT_ARGS:STRING
410
410
@@ -527,7 +527,7 @@ These instructions should only be used when you can't install your ABI library.
527
527
528
528
Normally you must link libc++ against a ABI shared library that the
529
529
linker can find. If you want to build and test libc++ against an ABI
530
- library not in the linker's path you needq to set
530
+ library not in the linker's path you need to set
531
531
``-DLIBCXX_CXX_ABI_LIBRARY_PATH=/path/to/abi/lib `` when configuring CMake.
532
532
533
533
An example build using libc++abi would look like:
You can’t perform that action at this time.
0 commit comments