diff options
| author | Folkert de Vries <folkert@folkertdev.nl> | 2024-08-15 09:55:56 +0200 |
|---|---|---|
| committer | Folkert de Vries <folkert@folkertdev.nl> | 2024-09-21 13:04:14 +0200 |
| commit | 1ddd67a79a77590504ba04f5d9528edf9d319df5 (patch) | |
| tree | 1aed52d3b0bc4fed3f5a0f92b636a69bad132ac2 /compiler/rustc_middle/src/ty/layout.rs | |
| parent | 74fd001cdae0321144a20133f2216ea8a97da476 (diff) | |
| download | rust-1ddd67a79a77590504ba04f5d9528edf9d319df5.tar.gz rust-1ddd67a79a77590504ba04f5d9528edf9d319df5.zip | |
add `C-cmse-nonsecure-entry` ABI
Diffstat (limited to 'compiler/rustc_middle/src/ty/layout.rs')
| -rw-r--r-- | compiler/rustc_middle/src/ty/layout.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_middle/src/ty/layout.rs b/compiler/rustc_middle/src/ty/layout.rs index 877c54c5649..1becfe2fb8d 100644 --- a/compiler/rustc_middle/src/ty/layout.rs +++ b/compiler/rustc_middle/src/ty/layout.rs @@ -1191,6 +1191,7 @@ pub fn fn_can_unwind(tcx: TyCtxt<'_>, fn_def_id: Option<DefId>, abi: SpecAbi) -> | RiscvInterruptM | RiscvInterruptS | CCmseNonSecureCall + | CCmseNonSecureEntry | Unadjusted => false, Rust | RustCall | RustCold | RustIntrinsic => { tcx.sess.panic_strategy() == PanicStrategy::Unwind |
