The NoMovt feature prevents the use of MOVW/MOVT instructions on Cortex-M23 for performance reasons.
These instructions are required for execute only code so NoMovt should be disabled when that option is enabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM