Merge commit 'ba315abda7' into sync_cg_clif-2025-03-30
This commit is contained in:
parent
0b2acddf01
commit
15dbafa81e
41 changed files with 533 additions and 1419 deletions
|
|
@ -4,7 +4,7 @@
|
|||
pushd $(dirname "$0")/../
|
||||
RUSTC="$(pwd)/dist/rustc-clif"
|
||||
popd
|
||||
PROFILE=$1 OUTPUT=$2 exec $RUSTC -Zunstable-options -Cllvm-args=mode=jit -Cprefer-dynamic $0
|
||||
PROFILE=$1 OUTPUT=$2 exec $RUSTC -Zunstable-options -Cllvm-args=jit-mode -Cprefer-dynamic $0
|
||||
#*/
|
||||
|
||||
//! This program filters away uninteresting samples and trims uninteresting frames for stackcollapse
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue