1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Warn against slow serial builds

llvm-svn: 260006
This commit is contained in:
Philip Reames 2016-02-06 19:43:40 +00:00
parent 89d9cac0aa
commit 06fe5a7928

View File

@ -123,6 +123,9 @@ Here's the short story for getting up and running quickly with LLVM:
* CMake will generate build targets for each tool and library, and most
LLVM sub-projects generate their own ``check-<project>`` target.
* Running a serial build will be *slow*. Make sure you run a
parallel build; for ``make``, use ``make -j``.
* For more information see `CMake <CMake.html>`_
* If you get an "internal compiler error (ICE)" or test failures, see