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

View File

@@ -25,6 +25,7 @@ target-lexicon = { version = "0.10.0", default-features = false }
wasmparser = { version = "0.47.0", default-features = false }
more-asserts = "0.2.1"
anyhow = "1.0"
cfg-if = "0.1.9"
[target.'cfg(target_os = "windows")'.dependencies]
winapi = { version = "0.3.7", features = ["winnt", "impl-default"] }