Lines Matching refs:git
28 git \
85 RUN git clone -n -b release_38 http://llvm.org/git/llvm.git && \
86 cd llvm && git checkout ad57503 && cd ..
87 RUN git clone -n -b release_38 http://llvm.org/git/clang.git && \
88 cd clang && git checkout ad2c56e && cd ..
89 RUN git clone -n -b release_38 http://llvm.org/git/compiler-rt.git && \
90 cd compiler-rt && git checkout 3176922 && cd ..
91 RUN git clone -n -b release_38 \
92 http://llvm.org/git/clang-tools-extra.git && cd clang-tools-extra && \
93 git checkout c288525 && cd ..
94 RUN git clone -n -b release_38 http://llvm.org/git/libcxx.git && \
95 cd libcxx && git checkout fda3549 && cd ..
96 RUN git clone -n -b release_38 http://llvm.org/git/libcxxabi.git && \
97 cd libcxxabi && git checkout 8d4e51d && cd ..