This is an archive of the discontinued LLVM Phabricator instance.

[ARM][CMSE] Issue an error if passing arguments through memory across security boundary
ClosedPublic

Authored by chill on Aug 24 2020, 10:59 AM.

Details

Summary

It was never supported and that part was accidentally omitted when upstreaming D76518.

Diff Detail

Event Timeline

chill created this revision.Aug 24 2020, 10:59 AM
chill requested review of this revision.Aug 24 2020, 10:59 AM

Hello!

Don't count on my review but I looked at the changes and they seem OK with me.
This particular commit is blocking the support of the cmse_nonsecure_entry attribute in Rust, see this PR specifically.

This revision is now accepted and ready to land.Sep 16 2020, 4:29 PM