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 @@ -603,7 +603,7 @@ enabled sub-projects. Nearly all of these variable names begin with
603
603
This is the correct way to build runtimes when putting together a toolchain.
604
604
It will build the builtins separately from the other runtimes to preserve
605
605
correct dependency ordering. If you want to build the runtimes using a system
606
- compiler, see the `libc++ documentation <https://libcxx.llvm.org/BuildingLibcxx .html >`_.
606
+ compiler, see the `libc++ documentation <https://libcxx.llvm.org/VendorDocumentation .html >`_.
607
607
608
608
.. note ::
609
609
The list should not have duplicates with ``LLVM_ENABLE_PROJECTS ``.
@@ -674,8 +674,8 @@ enabled sub-projects. Nearly all of these variable names begin with
674
674
Defaults to OFF.
675
675
676
676
**LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES **:BOOL
677
- When building executables, preserve symbol exports. Defaults to ON.
678
- You can use this option to disable exported symbols from all
677
+ When building executables, preserve symbol exports. Defaults to ON.
678
+ You can use this option to disable exported symbols from all
679
679
executables (Darwin Only).
680
680
681
681
**LLVM_FORCE_USE_OLD_TOOLCHAIN **:BOOL
You can’t perform that action at this time.
0 commit comments