[PATCH] D41393: Allow to apply cherry-picks when building Docker images.
Eric Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 20 01:45:51 PST 2017
ioeric added inline comments.
================
Comment at: utils/docker/scripts/build_install_llvm.sh:84
+
+ for CHERRY_REV in $CHERRYPICKS; do
+ echo "Cherry-picking r$CHERRY_REV into $CHECKOUT_DIR"
----------------
Do we want to sort the "cherries" in case they are not ordered? Does the order matter?
https://reviews.llvm.org/D41393
More information about the llvm-commits
mailing list