From 9f355750a99fb2e21e9acef23b22c1e81733f096 Mon Sep 17 00:00:00 2001 From: zhuoli Date: Fri, 18 Jun 2021 16:29:21 +0800 Subject: [PATCH] Update LLVM with L1 Linux support Signed-off-by: zhuoli --- en/device-dev/quick-start/ubuntu-build-environment.md | 4 ++-- ...57\221\347\216\257\345\242\203\345\207\206\345\244\207.md" | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/en/device-dev/quick-start/ubuntu-build-environment.md b/en/device-dev/quick-start/ubuntu-build-environment.md index 1642304c0f..50505a9c04 100644 --- a/en/device-dev/quick-start/ubuntu-build-environment.md +++ b/en/device-dev/quick-start/ubuntu-build-environment.md @@ -88,7 +88,7 @@ The following table describes the tools and source code required for setting up

Functions as the compiler toolchain.

-

https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz

+

https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-62608/linux/llvm.tar.gz

For the OpenHarmony_1.0.1_release, download LLVM from the following link:

@@ -279,7 +279,7 @@ You need to acquire [source code](../get-code/source-code-acquisition.md), down ## Installing LLVM 1. Start a Linux server. -2. [Download LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz). +2. [Download LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-62608/linux/llvm.tar.gz). >![](public_sys-resources/icon-note.gif) **NOTE:** >For the OpenHarmony\_1.0.1\_release, click [here](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar) to download LLVM. diff --git "a/zh-cn/device-dev/quick-start/Ubuntu\347\274\226\350\257\221\347\216\257\345\242\203\345\207\206\345\244\207.md" "b/zh-cn/device-dev/quick-start/Ubuntu\347\274\226\350\257\221\347\216\257\345\242\203\345\207\206\345\244\207.md" index 233adbac59..42cb2c6151 100755 --- "a/zh-cn/device-dev/quick-start/Ubuntu\347\274\226\350\257\221\347\216\257\345\242\203\345\207\206\345\244\207.md" +++ "b/zh-cn/device-dev/quick-start/Ubuntu\347\274\226\350\257\221\347\216\257\345\242\203\345\207\206\345\244\207.md" @@ -79,7 +79,7 @@ Linux服务器通用环境配置需要的工具及其获取途径如下表所示

编译工具链

-

https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz

+

https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-62608/linux/llvm.tar.gz

针对OpenHarmony_1.0.1_release分支使用以下链接下载:

@@ -241,7 +241,7 @@ Linux服务器通用环境配置需要的工具及其获取途径如下表所示 ## 安装LLVM 1. 打开Linux编译服务器终端。 -2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-53907/linux/llvm.tar.gz)。 +2. [下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/10.0.1-62608/linux/llvm.tar.gz)。 >![](public_sys-resources/icon-note.gif) **说明:** >针对OpenHarmony\_1.0.1\_release分支使用此链接[下载LLVM工具](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar)。 -- GitLab