rust/compiler/rustc_target/src
Felix S. Klock II 8d1083e319 Change to probe-stack=call (instead of inline-or-call) everywhere again, for now.
We had already reverted the change on stable back in PR #83412.

Since then, we've had some movement on issue #83139, but not a 100% fix.

But also since then, we had bug reported, issue #84667, that looks like outright
codegen breakage, rather than problems confined to debuginfo issues.

So we are reverting PR #77885 on stable and beta. We'll reland PR #77885 (or some
variant) switching back to an LLVM-dependent selection of out-of-line call vs
inline-asm, after these other issues have been resolved.
2021-04-29 15:13:21 -04:00
..
abi fix few typos 2021-04-19 15:57:08 +03:00
asm Disallow the use of high byte registes as operands on x86_64 2021-04-05 13:38:24 +01:00
spec Change to probe-stack=call (instead of inline-or-call) everywhere again, for now. 2021-04-29 15:13:21 -04:00
lib.rs fix feature use in rustc libs 2021-04-18 22:05:45 +02:00