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

Ilya Biryukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 14 02:15:02 PDT 2017


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


================
Comment at: utils/docker/nvidia-cuda/build/build_install_clang.sh:1
+#!/usr/bin/env bash
+#===- llvm/utils/docker/nvidia-cuda/build/build_install_clang.sh ---------===//
----------------
klimek wrote:
> Are these build_install_clang.sh actually different at all?
There're all the same because Docker doesn't allow symlinked files to be added into docker images.
Added explanation for this in the docs/Docker.rst


https://reviews.llvm.org/D34197





More information about the llvm-commits mailing list