Target stack-probe support configurable finely
This adds capability to configure the target's stack probe support in a more precise manner than just on/off. In particular now we allow choosing between always inline-asm, always call or either one of those depending on the LLVM version on a per-target basis.
This commit is contained in:
parent
efdb859dcd
commit
007080b607
35 changed files with 203 additions and 87 deletions
|
|
@ -1,4 +1,5 @@
|
|||
// run-pass
|
||||
|
||||
// Tests that we can compare various kinds of extern fn signatures.
|
||||
#![allow(non_camel_case_types)]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue