diff options
author | Ilya Biryukov <ibiryukov@google.com> | 2017-07-04 14:41:21 +0000 |
---|---|---|
committer | Ilya Biryukov <ibiryukov@google.com> | 2017-07-04 14:41:21 +0000 |
commit | 0273b81cfb08aaf258e43971326db39a5f0cad61 (patch) | |
tree | 2bbbd29806b9807821a5afb3eec347aa71f39ff5 | |
parent | 6ab0daade820ff12dafb861dfe8e2e5058435b8f (diff) | |
download | bcm5719-llvm-0273b81cfb08aaf258e43971326db39a5f0cad61.tar.gz bcm5719-llvm-0273b81cfb08aaf258e43971326db39a5f0cad61.zip |
NFC. Removed mention of missing script from build_docker_image.sh.
llvm-svn: 307080
-rwxr-xr-x | llvm/utils/docker/build_docker_image.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/utils/docker/build_docker_image.sh b/llvm/utils/docker/build_docker_image.sh index 2ec07ab6da4..92bcdc4079c 100755 --- a/llvm/utils/docker/build_docker_image.sh +++ b/llvm/utils/docker/build_docker_image.sh @@ -37,7 +37,9 @@ will produce two docker images: Please note that this example produces a not very useful installation, since it doesn't override CMake defaults, which produces a Debug and non-boostrapped version of clang. -For an example of a somewhat more useful build, see build_clang_image.sh. + +For an example of a somewhat more useful build, search for 2-stage build +instructions in llvm/docs/Docker.rst. EOF ) echo "$usage" |