Merge commit '8830dccd1d
' into sync_cg_clif-2023-06-15
This commit is contained in:
commit
82b497286d
56 changed files with 2511 additions and 592 deletions
6
compiler/rustc_codegen_cranelift/y.sh
Executable file
6
compiler/rustc_codegen_cranelift/y.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
echo "[BUILD] build system" 1>&2
|
||||
rustc build_system/main.rs -o y.bin -Cdebuginfo=1 --edition 2021
|
||||
exec ./y.bin "$@"
|
Loading…
Add table
Add a link
Reference in a new issue