summary refs log tree commit diff
path: root/src/test/ui/cmse-nonsecure-entry/params-on-stack.rs
AgeCommit message (Collapse)AuthorLines
2020-09-30Add more tests and check for ABIHugues de Valon-2/+1
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+11
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>