Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixes to Dockerfile scripts. | Ilya Biryukov | 2017-07-06 | 1 | -4/+7 |
| | | | | | | | | | | | - 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 | ||||
* | Fixed argument parsing in docker scripts. | Ilya Biryukov | 2017-07-03 | 1 | -0/+1 |
| | | | | llvm-svn: 307031 | ||||
* | Added Dockerfiles to build clang from sources. | Ilya Biryukov | 2017-06-30 | 1 | -0/+169 |
Reviewers: klimek, chandlerc, mehdi_amini Reviewed By: klimek, mehdi_amini Subscribers: mehdi_amini, jlebar, llvm-commits Differential Revision: https://reviews.llvm.org/D34197 llvm-svn: 306810 |