We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881b46c commit be69c51Copy full SHA for be69c51
wamr-compiler/build_llvm.sh
@@ -1,14 +1,14 @@
1
#!/bin/sh
2
3
-# Copyright (C) 2019 Intel Corporation. All rights reserved.
+# Copyright (C) 2020 Intel Corporation. All rights reserved.
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
6
DEPS_DIR=${PWD}/../core/deps
7
8
cd ${DEPS_DIR}
9
if [ ! -d "llvm" ]; then
10
echo "Clone llvm to core/deps/ .."
11
- git clone https://github.com/llvm-mirror/llvm.git
+ git clone --depth 1 https://github.com/llvm-mirror/llvm.git
12
fi
13
14
cd llvm
0 commit comments