1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/utils/docker
Ilya Biryukov 511ea197a6 Fixes to Dockerfile scripts.
- Put buildfiles into /tmp/clang-build/build, instead of /tmp/clang-build.
  We checkout the sources to /tmp/clang-build/src and running
  cmake in /tmp/clang-build was done by mistake.
- Don't add an extra ';' at the start of enabled projects list.
  It worked either way, but looked strange.
- Minor comment update.

llvm-svn: 307258
2017-07-06 13:10:55 +00:00
..
debian8
example
nvidia-cuda
scripts Fixes to Dockerfile scripts. 2017-07-06 13:10:55 +00:00
build_docker_image.sh Made a script to build docker images easier to use. 2017-07-06 12:46:51 +00:00
README

See llvm/docs/Docker.rst for details