From 8587ffca8d3dbed15d2a36ed7cd6a33b6efd8965 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Fri, 4 Jun 2021 11:02:18 -0700 Subject: [PATCH] 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 f526fd18..ff010d75 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 be200096..fda83d6f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ $ git clone git@github.com: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 \