Lines Matching refs:git
4 RUN git clone -n -b release_38 http://llvm.org/git/llvm.git && ${'\\'}
5 cd llvm && git checkout ad57503 && cd ..
6 RUN git clone -n -b release_38 http://llvm.org/git/clang.git && ${'\\'}
7 cd clang && git checkout ad2c56e && cd ..
8 RUN git clone -n -b release_38 http://llvm.org/git/compiler-rt.git && ${'\\'}
9 cd compiler-rt && git checkout 3176922 && cd ..
10 RUN git clone -n -b release_38 ${'\\'}
11 http://llvm.org/git/clang-tools-extra.git && cd clang-tools-extra && ${'\\'}
12 git checkout c288525 && cd ..
13 RUN git clone -n -b release_38 http://llvm.org/git/libcxx.git && ${'\\'}
14 cd libcxx && git checkout fda3549 && cd ..
15 RUN git clone -n -b release_38 http://llvm.org/git/libcxxabi.git && ${'\\'}
16 cd libcxxabi && git checkout 8d4e51d && cd ..