]> git.lizzy.rs Git - rust.git/blob - clean_all.sh
Don't ICE on C-cmse-nonsecure-call either
[rust.git] / clean_all.sh
1 #!/usr/bin/env bash
2 set -e
3
4 rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
5 rm -rf target/ build/ dist/ perf.data{,.old} y.bin
6 rm -rf download/
7
8 # Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
9 # FIXME remove at some point in the future
10 rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/