Merge commit 'dde58803fd
' into sync_cg_clif-2023-10-29
This commit is contained in:
commit
a9b21bb727
9 changed files with 100 additions and 334 deletions
|
@ -11,5 +11,7 @@ rm -r compiler/rustc_codegen_cranelift/{Cargo.*,src}
|
|||
cp ../Cargo.* compiler/rustc_codegen_cranelift/
|
||||
cp -r ../src compiler/rustc_codegen_cranelift/src
|
||||
|
||||
./x.py build --stage 1 library/std
|
||||
# CG_CLIF_FORCE_GNU_AS will force usage of as instead of the LLVM backend of rustc as we
|
||||
# the LLVM backend isn't compiled in here.
|
||||
CG_CLIF_FORCE_GNU_AS=1 ./x.py build --stage 1 library/std
|
||||
popd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue