From 4a54fb74e12d620efa30f5b600863d618030c056 Mon Sep 17 00:00:00 2001 From: Jinguang Dong Date: Sat, 29 Oct 2022 10:59:45 +0800 Subject: [PATCH] Description:[fix] Fix the link failure problem for llvm-build Bug: #I5YD0M Test: click on the link of llvm-build and it could jump normally Signed-off-by: Jinguang Dong --- README.md | 3 ++- README_zh.md | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 21370584c1c7..d3aea8de20fa 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ the [libc++ C++ standard library](https://libcxx.llvm.org), the [LLD linker](https://lld.llvm.org), and more. ### Getting the Source Code and Building LLVM +We recommend that you base on the guide [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md) to get the source code and build it for OpenHarmony platform. The LLVM Getting Started documentation may be out of date. The [Clang Getting Started](http://clang.llvm.org/get_started.html) page might have more @@ -109,4 +110,4 @@ page for detailed information on configuring and compiling LLVM. You can visit [Directory Layout](https://llvm.org/docs/GettingStarted.html#directory-layout) to learn about the layout of the source code tree. -For the llvm construction of openharmony, please refer to [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/tree/llvmorg-12.0.1-dev/llvm-build). \ No newline at end of file +For the llvm construction of openharmony, please refer to [llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md). \ No newline at end of file diff --git a/README_zh.md b/README_zh.md index 1b3d1fee3aea..edd3e6d6129a 100644 --- a/README_zh.md +++ b/README_zh.md @@ -71,5 +71,4 @@ LLVM入门文档可能已过期。[Clang入门](https://clang.llvm.org/get_start 请参阅 [LLVM入门](https://llvm.org/docs/GettingStarted.html#getting-started-with-llvm) 页面,了解有关配置和编译LLVM的详细信息。您可以访问 [目录布局](https://llvm.org/docs/GettingStarted.html#directory-layout) 以了解源代码树的布局。 -有关Openharmony的llvm构建请参考[llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/tree/llvmorg-12.0.1-dev/llvm-build)。 - +有关Openharmony的llvm构建请参考[llvm-build](https://gitee.com/openharmony-sig/third_party_llvm-project/blob/master/llvm-build/README.md)。 -- Gitee