Skip to content

Commit 8587ffc

Browse files
committed
Delete llvm-project submodule
1 parent 4b7cdcc commit 8587ffc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ git:
1010
before_install:
1111
- travis_wait git submodule update --depth 1 --init
1212
- (cd rust/compiler-builtins && git submodule update --depth 1 --init libm)
13-
- (cd rust/rust && git submodule update --depth 1 --init src/stdsimd src/llvm-project)
13+
- (cd rust/rust && git submodule update --depth 1 --init src/stdsimd)
1414

1515
install:
1616
- sudo apt-get install -y curl make gcc python python-crypto xz-utils python3-pyelftools python3-pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $ git clone git@github.com:apache/incubator-teaclave-trustzone-sdk.git
2020
$ cd incubator-teaclave-trustzone-sdk
2121
$ git submodule update --init
2222
$ (cd rust/compiler-builtins && git submodule update --init libm)
23-
$ (cd rust/rust && git submodule update --init src/stdsimd src/llvm-project)
23+
$ (cd rust/rust && git submodule update --init src/stdsimd)
2424

2525
# install dependencies
2626
$ sudo apt-get install android-tools-adb android-tools-fastboot autoconf \

0 commit comments

Comments
 (0)