]> git.proxmox.com Git - rustc.git/blame - compiler/rustc_codegen_cranelift/clean_all.sh
New upstream version 1.66.0+dfsg1
[rustc.git] / compiler / rustc_codegen_cranelift / clean_all.sh
CommitLineData
6a06907d 1#!/usr/bin/env bash
29967ef6
XL
2set -e
3
136023e0 4rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
5e7ed085 5rm -rf target/ build/ perf.data{,.old} y.bin
2b03887a
FG
6rm -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
10rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/