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/rustup.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/rustup.sh')
| -rwxr-xr-x | compiler/rustc_codegen_cranelift/scripts/rustup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_cranelift/scripts/rustup.sh b/compiler/rustc_codegen_cranelift/scripts/rustup.sh index e62788f2e50..355282911c2 100755 --- a/compiler/rustc_codegen_cranelift/scripts/rustup.sh +++ b/compiler/rustc_codegen_cranelift/scripts/rustup.sh @@ -46,7 +46,7 @@ case $1 in git pull origin master branch=sync_cg_clif-$(date +%Y-%m-%d) git checkout -b "$branch" - "$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/bjorn3/rustc_codegen_cranelift.git master + "$cg_clif/git-fixed-subtree.sh" pull --prefix=compiler/rustc_codegen_cranelift/ https://github.com/rust-lang/rustc_codegen_cranelift.git master git push -u my "$branch" # immediately merge the merge commit into cg_clif to prevent merge conflicts when syncing |
