Use probe-stack=inline-asm in LLVM 11+
This commit is contained in:
parent
e38fb306b7
commit
cd25807223
7 changed files with 63 additions and 11 deletions
|
@ -660,6 +660,8 @@ extern "C" uint32_t LLVMRustDebugMetadataVersion() {
|
|||
return DEBUG_METADATA_VERSION;
|
||||
}
|
||||
|
||||
extern "C" uint32_t LLVMRustVersionPatch() { return LLVM_VERSION_PATCH; }
|
||||
|
||||
extern "C" uint32_t LLVMRustVersionMinor() { return LLVM_VERSION_MINOR; }
|
||||
|
||||
extern "C" uint32_t LLVMRustVersionMajor() { return LLVM_VERSION_MAJOR; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue