Skip to content

Commit e2dc50c

Browse files
committed
[docs] Update the libc++ documentation link
The link has changed a while ago, which means that the old link is now a 404. This fixes the link to point to the correct documentation.
1 parent 3bf33ec commit e2dc50c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/docs/CMake.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ enabled sub-projects. Nearly all of these variable names begin with
603603
This is the correct way to build runtimes when putting together a toolchain.
604604
It will build the builtins separately from the other runtimes to preserve
605605
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>`_.
607607

608608
.. note::
609609
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
674674
Defaults to OFF.
675675

676676
**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
679679
executables (Darwin Only).
680680

681681
**LLVM_FORCE_USE_OLD_TOOLCHAIN**:BOOL

0 commit comments

Comments
 (0)