Skip to content

Commit

Permalink
[docs] Update the libc++ documentation link
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
philnik777 committed Oct 9, 2024
1 parent 3bf33ec commit e2dc50c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llvm/docs/CMake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ enabled sub-projects. Nearly all of these variable names begin with
This is the correct way to build runtimes when putting together a toolchain.
It will build the builtins separately from the other runtimes to preserve
correct dependency ordering. If you want to build the runtimes using a system
compiler, see the `libc++ documentation <https://libcxx.llvm.org/BuildingLibcxx.html>`_.
compiler, see the `libc++ documentation <https://libcxx.llvm.org/VendorDocumentation.html>`_.

.. note::
The list should not have duplicates with ``LLVM_ENABLE_PROJECTS``.
Expand Down Expand Up @@ -674,8 +674,8 @@ enabled sub-projects. Nearly all of these variable names begin with
Defaults to OFF.

**LLVM_ENABLE_EXPORTED_SYMBOLS_IN_EXECUTABLES**:BOOL
When building executables, preserve symbol exports. Defaults to ON.
You can use this option to disable exported symbols from all
When building executables, preserve symbol exports. Defaults to ON.
You can use this option to disable exported symbols from all
executables (Darwin Only).

**LLVM_FORCE_USE_OLD_TOOLCHAIN**:BOOL
Expand Down

0 comments on commit e2dc50c

Please sign in to comment.