mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Update documentation and implementation of stage3 build
Have the build work out of the box by forcing an LLD build. That way, we don't require an external LTO-aware linker, as we build one. Also remove reference to the seemingly dead builder. Differential Revision: https://reviews.llvm.org/D88990
This commit is contained in:
parent
04c0255443
commit
2e4356ed42
@ -186,8 +186,6 @@ following commands:
|
|||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
$ cmake -G Ninja -C <path_to_clang>/cmake/caches/3-stage.cmake <source dir>
|
$ cmake -G Ninja -C <path_to_clang>/cmake/caches/3-stage.cmake <source dir>
|
||||||
$ ninja stage3
|
$ cmake --build . --target stage3 --parallel
|
||||||
|
|
||||||
After the build you can compare the stage2 & stage3 compilers. We have a bot
|
After the build you can compare the stage2 & stage3 compilers.
|
||||||
setup `here <http://lab.llvm.org:8011/builders/clang-3stage-ubuntu>`_ that runs
|
|
||||||
this build and compare configuration.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user