Refactor the cli of cg_clif
This commit is contained in:
parent
0f9c09fb3a
commit
0fcd068bec
6 changed files with 34 additions and 52 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