rust/compiler/rustc_codegen_cranelift/clean_all.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
216 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -e
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
2022-01-10 11:26:23 +00:00
rm -rf target/ build/ perf.data{,.old} y.bin
2022-08-06 19:51:20 +00:00
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/