From 2ed134d25b7ce50a855e45f2ab2778b6cc9eac81 Mon Sep 17 00:00:00 2001 From: zhuoli72 <8628423+zhuoli72@user.noreply.gitee.com> Date: Mon, 22 Feb 2021 14:09:55 +0800 Subject: [PATCH] =?UTF-8?q?!187=20LLVM=E5=B7=A5=E5=85=B7=E9=93=BE=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E6=9B=B4=E6=96=B0=20-=20=E8=8B=B1=E6=96=87=E6=96=87?= =?UTF-8?q?=E6=A1=A3=E6=9B=B4=E6=96=B0=20*=20update=20docs-en/quick-start/?= =?UTF-8?q?setting-up-the-hi3518-development-environment.md.=20*=20update?= =?UTF-8?q?=20docs-en/quick-start/setting-up-the-hi3516-development-enviro?= =?UTF-8?q?nment.md.=20*=20update=20docs-en/get-code/tool-acquisition.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs-en/get-code/tool-acquisition.md | 6 +++--- .../setting-up-the-hi3516-development-environment.md | 6 +++--- .../setting-up-the-hi3518-development-environment.md | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs-en/get-code/tool-acquisition.md b/docs-en/get-code/tool-acquisition.md index ab4b46ead1..f8af2df910 100755 --- a/docs-en/get-code/tool-acquisition.md +++ b/docs-en/get-code/tool-acquisition.md @@ -237,11 +237,11 @@ For details about how to download and install all compilation tools, see [Setti

llvm

-

9.0.0-34042

+

9.0.0-36191

-

Site

+

Site

-

64a518b50422b6f1ba8f6f56a5e303fb8448a311211ba10c385ad307a1d2546f

+

a32e467e4bb56b2b48f55b97809d7a246a9482337a948d76f1064b10bc2fb9f3

Hi3516 and Hi3518

diff --git a/docs-en/quick-start/setting-up-the-hi3516-development-environment.md b/docs-en/quick-start/setting-up-the-hi3516-development-environment.md index 0ecb68e52b..b3f62e880b 100644 --- a/docs-en/quick-start/setting-up-the-hi3516-development-environment.md +++ b/docs-en/quick-start/setting-up-the-hi3516-development-environment.md @@ -127,7 +127,7 @@ The following table describes the tools required for setting up the general envi

Functions as the compiler toolchain.

-

https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-34042/linux/llvm-linux-9.0.0-34042.tar

+

https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar

hc-gen

@@ -442,11 +442,11 @@ sudo ln -s /bin/bash /bin/sh ### Installing LLVM 1. Start a Linux server. -2. Download [LLVM](http://tools.harmonyos.com/mirrors/clang/9.0.0-34042/linux/llvm-linux-9.0.0-34042.tar). +2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar). 3. Decompress the LLVM installation package to **\~/llvm**. ``` - tar -xvf llvm-linux-9.0.0-34042.tar -C ~/ + tar -xvf llvm-linux-9.0.0-36191.tar -C ~/ ``` 4. Set an environment variable. diff --git a/docs-en/quick-start/setting-up-the-hi3518-development-environment.md b/docs-en/quick-start/setting-up-the-hi3518-development-environment.md index 0b481f02c9..e2b0810567 100644 --- a/docs-en/quick-start/setting-up-the-hi3518-development-environment.md +++ b/docs-en/quick-start/setting-up-the-hi3518-development-environment.md @@ -124,7 +124,7 @@ The following table describes the tools required for setting up the general envi

Functions as the compiler toolchain.

-

https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-34042/linux/llvm-linux-9.0.0-34042.tar

+

https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar

hc-gen

@@ -418,11 +418,11 @@ sudo ln -s /bin/bash /bin/sh ### Installing LLVM 1. Start a Linux server. -2. Download [LLVM](http://tools.harmonyos.com/mirrors/clang/9.0.0-34042/linux/llvm-linux-9.0.0-34042.tar). +2. Download [LLVM](https://repo.huaweicloud.com/harmonyos/compiler/clang/9.0.0-36191/linux/llvm-linux-9.0.0-36191.tar). 3. Decompress the LLVM installation package to **\~/llvm**. ``` - tar -xvf llvm-linux-9.0.0-34042.tar -C ~/ + tar -xvf llvm-linux-9.0.0-36191.tar -C ~/ ``` 4. Set an environment variable. -- GitLab