Merge commit '63734fcdd7
' into sync_cg_clif-2022-05-15
This commit is contained in:
parent
bb7b844d7c
commit
d9025cebac
28 changed files with 268 additions and 424 deletions
|
@ -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
|
||||
#*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue