Function rustc_codegen_ssa::base::wants_new_eh_instructions
source · pub fn wants_new_eh_instructions(sess: &Session) -> bool
Expand description
Returns true
if this session’s target requires the new exception
handling LLVM IR instructions (catchpad / cleanuppad / … instead
of landingpad)