diff options
| author | bors <bors@rust-lang.org> | 2023-11-17 01:59:59 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-11-17 01:59:59 +0000 |
| commit | 15a791fa35c4d75835e88398d1bfb537d42c3bc2 (patch) | |
| tree | c45d05fb64654fccab011b34a606591b6150ee79 /compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh | |
| parent | f2f526cafab777343b0e24f08d0f5084ac937b8f (diff) | |
| parent | 4db95ce3cb9f98afb2624bc318883213dfe064e6 (diff) | |
Auto merge of #117987 - bjorn3:sync_cg_clif-2023-11-16, r=bjorn3
Subtree sync for rustc_codegen_cranelift The main highlights this time are support for AES and SHA256 crypto intrinsics on x86_64 by lowering to inline asm. r? `@ghost` `@rustbot` label +A-codegen +A-cranelift +T-compiler
Diffstat (limited to 'compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh b/compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh index a8f6d7a2024..791d457993d 100755 --- a/compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh +++ b/compiler/rustc_codegen_cranelift/scripts/test_bootstrap.sh @@ -11,7 +11,5 @@ rm -r compiler/rustc_codegen_cranelift/{Cargo.*,src} cp ../Cargo.* compiler/rustc_codegen_cranelift/ cp -r ../src compiler/rustc_codegen_cranelift/src -# 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 +./x.py build --stage 1 library/std popd |
