From 5cd8646c65850a716df75e6f556fc17058b2cc54 Mon Sep 17 00:00:00 2001 From: Lyupa Anastasia Date: Fri, 24 Mar 2023 10:34:15 +0300 Subject: [PATCH] [README] Update llvm version info Signed-off-by: Lyupa Anastasia --- README.OpenSource | 2 +- llvm-build/README.md | 2 +- llvm-build/toolchain_readme.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.OpenSource b/README.OpenSource index 999365386775..39358fb18a3e 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "LLVM", "License": "Apache License v2.0 with LLVM Exceptions", "License File": "./libunwind/LICENSE.TXT ./lld/LICENSE.TXT ./polly/tools/GPURuntime/LICENSE.TXT ./libcxxabi/LICENSE.TXT ./llvm/include/llvm/Support/LICENSE.TXT ./llvm/utils/unittest/googletest/LICENSE.TXT ./llvm/LICENSE.TXT ./compiler-rt/LICENSE.TXT ./clang-tools-extra/clang-tidy/cert/LICENSE.TXT ./clang-tools-extra/clang-tidy/hicpp/LICENSE.TXT ./clang-tools-extra/LICENSE.TXT ./lldb/LICENSE.TXT ./llgo/LICENSE.TXT ./libcxx/LICENSE.TXT ./clang/LICENSE.TXT ./libclc/LICENSE.TXT ./parallel-libs/acxxel/LICENSE.TXT", - "Version Number": "12.0.1", + "Version Number": "15.0.4", "Owner": "sunqiang13@huawei.com", "Upstream URL": "http://llvm.org/", "Description": "The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines. The name \"LLVM\" itself is not an acronym; it is the full name of the project." diff --git a/llvm-build/README.md b/llvm-build/README.md index caedd116f21c..8ddd2c9131a5 100644 --- a/llvm-build/README.md +++ b/llvm-build/README.md @@ -108,7 +108,7 @@ License: Apache License v2.0 with LLVM Exceptions ### Functionality -The LLVM toolchain is built based on LLVM 12.0.1. It is used to provide capability of building ohos image. For detailed information about LLVM 12.0.1, please refer to [LLVM 12.0.1](https://lists.llvm.org/pipermail/llvm-announce/2021-July/000093.html). +The LLVM toolchain is built based on LLVM 15.0.4. It is used to provide capability of building ohos image. For detailed information about LLVM 15.0.4, please refer to [LLVM 15.0.4](https://discourse.llvm.org/t/llvm-15-0-4-released/66337).
### Specifically Included Triplets diff --git a/llvm-build/toolchain_readme.md b/llvm-build/toolchain_readme.md index eb042745aa11..de059bf7752f 100644 --- a/llvm-build/toolchain_readme.md +++ b/llvm-build/toolchain_readme.md @@ -4,7 +4,7 @@ This readme briefly describes the functionality of our LLVM toolchain and what w ## Functionality -The LLVM toolchain is built based on LLVM 12.0.1. It is used to provide capability of building ohos image. For detailed information about LLVM 12.0.1, please refer to [LLVM 12.0.1](https://lists.llvm.org/pipermail/llvm-announce/2021-July/000093.html). +The LLVM toolchain is built based on LLVM 15.0.4. It is used to provide capability of building ohos image. For detailed information about LLVM 15.0.4, please refer to [LLVM 15.0.4](https://discourse.llvm.org/t/llvm-15-0-4-released/66337).
-- Gitee