Use probe-stack=inline-asm in LLVM 11+

This commit is contained in:
Erik Desjardins 2020-10-12 22:33:27 -04:00
parent e38fb306b7
commit cd25807223
7 changed files with 63 additions and 11 deletions

View file

@ -1811,6 +1811,7 @@ extern "C" {
pub fn LLVMRustDebugMetadataVersion() -> u32;
pub fn LLVMRustVersionMajor() -> u32;
pub fn LLVMRustVersionMinor() -> u32;
pub fn LLVMRustVersionPatch() -> u32;
pub fn LLVMRustAddModuleFlag(M: &Module, name: *const c_char, value: u32);