1
Fork 0

Merge commit 'dde58803fd' into sync_cg_clif-2023-10-29

This commit is contained in:
bjorn3 2023-10-29 20:30:50 +00:00
commit a9b21bb727
9 changed files with 100 additions and 334 deletions

View file

@ -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