[PATCH] D35050: Made a script to build docker images easier to use.

Manuel Klimek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 05:25:40 PDT 2017


klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.

lg



================
Comment at: docs/Docker.rst:95
 
-Note there are two levels of ``--`` indirection. First one separates
-``build_docker_image.sh`` arguments from ``llvm/utils/build_install_llvm.sh``
-arguments. Second one separates CMake arguments from ``build_install_llvm.sh``
-arguments. Note that build like that doesn't use a 2-stage build process that
+Note that build like that doesn't use a 2-stage build process that
 you probably want for clang. Running a 2-stage build is a little more intricate,
----------------
'a' build


https://reviews.llvm.org/D35050





More information about the llvm-commits mailing list