[all-commits] [llvm/llvm-project] 2ce0df: [libc++][docs] Overhaul the documentation for buil...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Tue Jul 6 11:09:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2ce0df4dfbead9eb0a91861c529910940c87593b
https://github.com/llvm/llvm-project/commit/2ce0df4dfbead9eb0a91861c529910940c87593b
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-07-06 (Tue, 06 Jul 2021)
Changed paths:
M libcxx/docs/BuildingLibcxx.rst
M libcxx/docs/UsingLibcxx.rst
M libcxx/docs/index.rst
M libcxx/utils/ci/run-buildbot
Log Message:
-----------
[libc++][docs] Overhaul the documentation for building and using libc++
This patch overhauls the documentation around building libc++
for vendors, and using libc++ for end-users. It also:
- Removes mention of the standalone build, which we've been trying to
get rid of for a long time.
- Removes mention of using a local ABI installation, which we don't do
and is documented as "not recommended".
- Removes mention of the separate libc++filesystem.a library, which isn't
relevant anymore since filesystem support is in the main library.
- Adds mention of the GDB pretty printers and how to use them.
More information about the All-commits
mailing list