Index: tools/clang/scripts/update.sh |
diff --git a/tools/clang/scripts/update.sh b/tools/clang/scripts/update.sh |
index 27abeab2e10b2965ebb401a83758dfd43aeab83f..d3a6f79a7869d3abc3439d56e0847641d2dcd405 100755 |
--- a/tools/clang/scripts/update.sh |
+++ b/tools/clang/scripts/update.sh |
@@ -80,6 +80,7 @@ set -x |
# Build clang (in a separate directory). |
# The clang bots have this path hardcoded in built/scripts/slave/compile.py, |
# so if you change it you also need to change these links. |
+rm -rf "${LLVM_BUILD_DIR}" # clobber (XXX temporary don't check in) |
mkdir -p "${LLVM_BUILD_DIR}" |
cd "${LLVM_BUILD_DIR}" |
if [ ! -f ./config.status ]; then |