commit | 603a2bac05a8be513536c3742a6531fcf02888ed | [log] [tgz] |
---|---|---|
author | Javed Absar <javed.absar@arm.com> | Tue May 21 14:21:26 2019 +0000 |
committer | Javed Absar <javed.absar@arm.com> | Tue May 21 14:21:26 2019 +0000 |
tree | f9fd79a0ca466dd01b051658102092b24ea109e3 | |
parent | e289e988378120e1a6f628f29745816b25e9c33f [diff] |
[ARM][CMSE] Add commandline option and feature macro Defines macro ARM_FEATURE_CMSE to 1 for v8-M targets and introduces -mcmse option which for v8-M targets sets ARM_FEATURE_CMSE to 3. A diagnostic is produced when the option is given on architectures without support for Security Extensions. Reviewed By: dmgreen, snidertm Differential Revision: https://reviews.llvm.org/D59879 llvm-svn: 361261