From f094e0f3e30f2582efe72a91264a2b29cbf594ea Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Sat, 30 Jan 2016 01:11:42 +0000 Subject: [PATCH] [docs] Remove references to autoconf build. llvm-svn: 259281 --- libcxx/docs/BuildingLibcxx.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libcxx/docs/BuildingLibcxx.rst b/libcxx/docs/BuildingLibcxx.rst index f00ce4f9cff1..0173326a5a66 100644 --- a/libcxx/docs/BuildingLibcxx.rst +++ b/libcxx/docs/BuildingLibcxx.rst @@ -34,8 +34,7 @@ The basic steps needed to build libc++ are: #. Configure and build libc++ with libc++abi: - CMake is the only supported configuration system. Unlike other LLVM - projects autotools is not supported for either libc++ or libc++abi. + CMake is the only supported configuration system. Clang is the preferred compiler when building and using libc++.