From eef6e04655f401c715497c3aa33ce43cdcc5e7a9 Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Thu, 10 Sep 2020 13:41:23 +0800 Subject: [PATCH] Add github release instruction to llvm help --- help/_posts/2020-09-10-llvm-project.git.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/help/_posts/2020-09-10-llvm-project.git.md b/help/_posts/2020-09-10-llvm-project.git.md index b81e9d5..1e92e4f 100644 --- a/help/_posts/2020-09-10-llvm-project.git.md +++ b/help/_posts/2020-09-10-llvm-project.git.md @@ -29,4 +29,7 @@ git remote set-url origin https://{{ site.hostname }}/git/llvm/llvm-project.git 将默认上游设置为 TUNA 镜像。 -注:如需要 LLVM 合并为 monorepo 前的各个子仓库(已经不再更新),请至 [此页面](/help/llvm/) 查看使用帮助。 \ No newline at end of file +注: + +* 如需要各个子项目的发布版本代码,请至 [GitHub Release 镜像](https://mirrors.tuna.tsinghua.edu.cn/github-release/llvm/llvm-project/) 下载。 +* 如需要 LLVM 合并为 monorepo 前的各个子仓库(已经不再更新),请至 [此页面](/help/llvm/) 查看使用帮助。