From b2775bdbd9e2ade73f1332be9154a42bfcf15888 Mon Sep 17 00:00:00 2001 From: zhuoli72 <8628423+zhuoli72@user.noreply.gitee.com> Date: Mon, 22 Feb 2021 11:33:32 +0800 Subject: [PATCH 1/3] update docs-en/get-code/tool-acquisition.md. Update LLVM version --- docs-en/get-code/tool-acquisition.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs-en/get-code/tool-acquisition.md b/docs-en/get-code/tool-acquisition.md index ab4b46ead11..f8af2df9104 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

-- Gitee From 63f184b5c323c950a34e85ef0b9a1f76cef74844 Mon Sep 17 00:00:00 2001 From: zhuoli72 <8628423+zhuoli72@user.noreply.gitee.com> Date: Mon, 22 Feb 2021 11:34:34 +0800 Subject: [PATCH 2/3] update docs-en/quick-start/setting-up-the-hi3516-development-environment.md. Update LLVM version --- .../setting-up-the-hi3516-development-environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 0ecb68e52b9..b3f62e880bf 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. -- Gitee From ebd9bf2489a7f12e98041375402e6e558ba2c316 Mon Sep 17 00:00:00 2001 From: zhuoli72 <8628423+zhuoli72@user.noreply.gitee.com> Date: Mon, 22 Feb 2021 11:35:52 +0800 Subject: [PATCH 3/3] update docs-en/quick-start/setting-up-the-hi3518-development-environment.md. Update LLVM version --- .../setting-up-the-hi3518-development-environment.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 0b481f02c98..e2b08105670 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. -- Gitee