2021-02-14 07:43:23 -06:00
|
|
|
#!/usr/bin/env bash
|
2018-12-14 06:58:33 -06:00
|
|
|
set -e
|
|
|
|
|
2021-07-02 12:14:02 -05:00
|
|
|
rm -rf build_sysroot/{sysroot_src/,target/,compiler-builtins/,rustc_version}
|
2022-11-28 07:01:49 -06:00
|
|
|
rm -rf target/ dist/ perf.data{,.old} y.bin
|
2022-09-12 08:13:42 -05:00
|
|
|
rm -rf download/
|
|
|
|
|
|
|
|
# Kept for now in case someone updates their checkout of cg_clif before running clean_all.sh
|
|
|
|
# FIXME remove at some point in the future
|
2022-11-28 07:01:49 -06:00
|
|
|
rm -rf rand/ regex/ simple-raytracer/ portable-simd/ abi-checker/ abi-cafe/ build/
|