rustc_codegen_cranelift icon indicating copy to clipboard operation
rustc_codegen_cranelift copied to clipboard

Use preserve_frame_pointers cranelift flag as necessary

Open bjorn3 opened this issue 3 years ago • 0 comments

Added in https://github.com/bytecodealliance/wasmtime/pull/4469 which hasn't landed in a stable release yet. It should be set if -Cforce-frame-pointers=yes is used or if the frame_pointer option in the target spec is not set to FramePointer::MayOmit.

bjorn3 avatar Jul 20 '22 16:07 bjorn3