Use __chkstk for aarch64 instead of __rust_probestack. (#800)

* Use __chkstk for aarch64 instead of __rust_probestack.

* Demote rustdoc to a regular comment to fix the build.
This commit is contained in:
Sergei Pepyakin
2020-01-17 05:23:32 +01:00
committed by Dan Gohman
parent d81aa203bb
commit 7890fa6705
3 changed files with 32 additions and 25 deletions

1
Cargo.lock generated
View File

@@ -2204,6 +2204,7 @@ name = "wasmtime-jit"
version = "0.9.0"
dependencies = [
"anyhow",
"cfg-if",
"cranelift-codegen",
"cranelift-entity",
"cranelift-frontend",