diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-08-24 18:40:58 +0200 | 
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2022-08-24 18:40:58 +0200 | 
| commit | 7b9c8c87819d0d122f56017f5e093ea8c082dc69 (patch) | |
| tree | 59f1afde620220a353f036efc7b95ea17dab9e67 /compiler/rustc_codegen_cranelift/clean_all.sh | |
| parent | 4a24f08ba43166cfee86d868b3fe8612aec6faca (diff) | |
| parent | e9d1a0a7b0b28dd422f1a790ccde532acafbf193 (diff) | |
| download | rust-7b9c8c87819d0d122f56017f5e093ea8c082dc69.tar.gz rust-7b9c8c87819d0d122f56017f5e093ea8c082dc69.zip  | |
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
Diffstat (limited to 'compiler/rustc_codegen_cranelift/clean_all.sh')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/clean_all.sh | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/clean_all.sh b/compiler/rustc_codegen_cranelift/clean_all.sh index ea1f8c1e892..62e52bd1958 100755 --- a/compiler/rustc_codegen_cranelift/clean_all.sh +++ b/compiler/rustc_codegen_cranelift/clean_all.sh @@ -3,4 +3,4 @@ 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/ +rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/  | 
