| Index: tools/clang/scripts/update.py
|
| diff --git a/tools/clang/scripts/update.py b/tools/clang/scripts/update.py
|
| index d2e234b3d1f93d6602291fc4b92b0be5b101e237..520903da26edbcb221866d9224268d27b6cc97a6 100755
|
| --- a/tools/clang/scripts/update.py
|
| +++ b/tools/clang/scripts/update.py
|
| @@ -439,9 +439,6 @@
|
| Checkout('Clang', LLVM_REPO_URL + '/cfe/trunk', CLANG_DIR)
|
| if sys.platform == 'win32' or use_head_revision:
|
| Checkout('LLD', LLVM_REPO_URL + '/lld/trunk', LLD_DIR)
|
| - else:
|
| - # Remove potential stale lld checkouts on the slaves.
|
| - RmTree(LLD_DIR)
|
| Checkout('compiler-rt', LLVM_REPO_URL + '/compiler-rt/trunk', COMPILER_RT_DIR)
|
| if sys.platform == 'darwin':
|
| # clang needs a libc++ checkout, else -stdlib=libc++ won't find includes
|
|
|