rust/compiler/rustc_codegen_llvm/src/llvm
Hugues de Valon 1aaafac6ff Add support for cmse_nonsecure_entry attribute
This patch adds support for the LLVM cmse_nonsecure_entry attribute.
This is a target-dependent attribute that only has sense for the
thumbv8m Rust targets.
You can find more information about this attribute here:
https://developer.arm.com/documentation/ecm0359818/latest/

Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
2020-09-30 15:48:59 +01:00
..
archive_ro.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
diagnostic.rs Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
ffi.rs Update LLVM and add Unsupported diagnostic 2020-09-30 14:57:37 +01:00
mod.rs Add support for cmse_nonsecure_entry attribute 2020-09-30 15:48:59 +01:00