From 2e38e422cac97c52040bd5872165a46deebe2243 Mon Sep 17 00:00:00 2001 From: Pavel Kosov Date: Thu, 17 Nov 2022 20:53:51 +0000 Subject: [PATCH] [Docs] Update build instruction After PR https://gitee.com/openharmony/manifest/pulls/1304 was merged, we need to remove outdated info from build instruction Signed-off-by: Pavel Kosov --- llvm-build/README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/llvm-build/README.md b/llvm-build/README.md index 6594d608fbae..fd76e9fcf755 100644 --- a/llvm-build/README.md +++ b/llvm-build/README.md @@ -21,9 +21,6 @@ MacOS X >= 10.15.4 repo init -u https://gitee.com/OpenHarmony/manifest.git -b master -m llvm-toolchain.xml repo sync -c repo forall -c 'git lfs pull' -mkdir toolchain -mv third_party/llvm-project toolchain/llvm-project -cp -r toolchain/llvm-project/llvm-build toolchain ```
@@ -34,7 +31,7 @@ Here is an example of starting build process on Linux or MacOS: # update prebuilts, no need to run each time ./toolchain/llvm-project/llvm-build/env_prepare.sh # build -python3 ./toolchain/llvm-build/build.py +python3 ./toolchain/llvm-project/llvm-build/build.py ``` 1. env_prepare (one time only) -- Gitee