]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/clean_all.sh
Rollup merge of #102961 - reitermarkus:const-cstr-from-ptr, r=oli-obk
[rust.git] / compiler / rustc_codegen_cranelift / clean_all.sh
index 62e52bd1958005655adbe4609fa3fbfe05c4b907..fedab2433aa05f66f33949f35ea62cd88ec3f4ed 100755 (executable)
@@ -3,4 +3,8 @@ set -e
 
 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
 rm -rf target/ build/ perf.data{,.old} y.bin
-rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/
+rm -rf download/
+
+# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
+# FIXME remove at some point in the future
+rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/