From f90bc3009ab7284772a7abc961fa746aaec5ffcd Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:54:15 +0000 Subject: [PATCH] Enable stack probing on x86_64 Cranelift now supports inline stack probes on x86_64 --- src/lib.rs | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 74bd4736535..629d79d5012 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -251,7 +251,6 @@ fn build_isa(sess: &Session, backend_config: &BackendConfig) -> Box Box