]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_codegen_cranelift/clean_all.sh
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[rust.git] / compiler / rustc_codegen_cranelift / 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/ perf.data{,.old}
6 rm -rf rand/ regex/ simple-raytracer/ portable-simd/