This is an automated email from the ASF dual-hosted git repository.

mssun pushed a commit to branch delete-llvm-project-submodule
in repository 
https://gitbox.apache.org/repos/asf/incubator-teaclave-trustzone-sdk.git

commit 8587ffca8d3dbed15d2a36ed7cd6a33b6efd8965
Author: Mingshen Sun <[email protected]>
AuthorDate: Fri Jun 4 11:02:18 2021 -0700

    Delete llvm-project submodule
---
 .travis.yml | 2 +-
 README.md   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f526fd1..ff010d7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ git:
 before_install:
   - travis_wait git submodule update --depth 1 --init
   - (cd rust/compiler-builtins && git submodule update --depth 1 --init libm)
-  - (cd rust/rust && git submodule update --depth 1 --init src/stdsimd 
src/llvm-project)
+  - (cd rust/rust && git submodule update --depth 1 --init src/stdsimd)
 
 install:
   - sudo apt-get install -y curl make gcc python python-crypto xz-utils 
python3-pyelftools python3-pip
diff --git a/README.md b/README.md
index be20009..fda83d6 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ $ git clone 
[email protected]:apache/incubator-teaclave-trustzone-sdk.git
 $ cd incubator-teaclave-trustzone-sdk
 $ git submodule update --init
 $ (cd rust/compiler-builtins && git submodule update --init libm)
-$ (cd rust/rust && git submodule update --init src/stdsimd src/llvm-project)
+$ (cd rust/rust && git submodule update --init src/stdsimd)
 
 # install dependencies
 $ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to