about summary refs log tree commit diff
path: root/compiler/rustc_codegen_cranelift/clean_all.sh
blob: 865de7d234f1419affc4a673bab58986e6d6a790 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash
set -e

rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
rm -rf target/ build/ perf.data{,.old}
rm -rf rand/ regex/ simple-raytracer/ portable-simd/