[PATCH] D34197: Added Dockerfiles to build clang from sources.

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 29 01:33:31 PDT 2017


ilya-biryukov marked an inline comment as done.
ilya-biryukov added inline comments.


================
Comment at: utils/docker/scripts/build_install_llvm.sh:128
+    "https://llvm.org/svn/llvm-project/$SVN_PROJECT/$LLVM_BRANCH" \
+    "$CLANG_BUILD_DIR/src/$LLVM_PROJECT"
+done
----------------
mehdi_amini wrote:
> Isn't the checkout gonna fail if a project is specified multiple times?
Added a check for that.


https://reviews.llvm.org/D34197





More information about the llvm-commits mailing list