[PATCH] D62394: [ARM][CMSE] Add CMSE header & builtins
Dave Green via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Sep 17 10:52:17 PDT 2019
dmgreen added a subscriber: chill.
dmgreen added a comment.
I'm afraid the upstreaming of CMSE has stalled, and this is not all that would be needed to get it working. This adds some header files and clang builtins, the selection of them in the backend isn't yet present, hence the error you are seeing. There are more patches to follow around lowering intrinsics and clearing registers correctly.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62394/new/
https://reviews.llvm.org/D62394
More information about the cfe-commits
mailing list