]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_cranelift/scripts/filter_profile.rs
Auto merge of #96422 - tmccombs:mutex-unpoison, r=m-ou-se
[rust.git] / compiler / rustc_codegen_cranelift / scripts / filter_profile.rs
index f4e863e5494b51f34154bfc0730cd9758e73b999..e6f60d1c0cb230985bf85311076b15199291a807 100755 (executable)
@@ -2,8 +2,7 @@
 #![forbid(unsafe_code)]/* This line is ignored by bash
 # This block is ignored by rustc
 pushd $(dirname "$0")/../
-source scripts/config.sh
-RUSTC="$(pwd)/build/bin/cg_clif"
+RUSTC="$(pwd)/build/rustc-clif"
 popd
 PROFILE=$1 OUTPUT=$2 exec $RUSTC -Zunstable-options -Cllvm-args=mode=jit -Cprefer-dynamic $0
 #*/