LLVM Project Git 镜像使用帮助
LLVM Project 介绍
LLVM 是一个开源的项目,是一个编译器框架,是一系列模块化、可重用的编译器以及工具链技术的集合。
其包含了一系列子项目:clang、lldb、libc++、libc++abi、klee、lld 等。
镜像仓库介绍
该镜像站点镜像了 LLVM Project 的 GitHub 仓库。
发布版本
如果需要各个子项目的发布版本源代码,该镜像站暂时不提供镜像,请至 GitHub Release 下载。
LLVM Project Git 镜像使用帮助
如需克隆代码,使用
操作方法:执行命令
执行命令:
git clone https://mirrors.hust.edu.cn/llvm-project.git
由于仓库体积均较大,执行 git clone 可能需要较长时间。
若要将 mirror 加入已有代码库,可在已有仓库中运行
git remote add mirror https://mirrors.hust.edu.cn/llvm-project.git
或运行
操作方法:执行命令
执行命令:
git remote set-url origin https://mirrors.hust.edu.cn/llvm-project.git
将默认上游设置为镜像站