Skip to content

Commit

Permalink
Auto merge of rust-lang#102503 - cuviper:x86-stack-probes, r=nagisa
Browse files Browse the repository at this point in the history
Enable inline stack probes on X86 with LLVM 16

The known problems with x86 inline-asm stack probes have been solved on LLVM main (16), so this flips the switch. Anyone using bleeding-edge LLVM with rustc can start testing this, as I have done locally. We'll get more direct rust-ci when LLVM 16 branches and we start our upgrade, and we can always patch or disable it then if we find new problems.

The previous attempt was rust-lang#77885, reverted in rust-lang#84708.
  • Loading branch information
bors committed Oct 3, 2022
2 parents a79ee0a + c130a60 commit ca969b7
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit ca969b7

Please sign in to comment.