summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/ARMClang.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ARMClang: fix policy manipulation in the compiler moduleBen Boeckel2019-05-231-3/+5
| | | | | Policies have their own scoping and cannot be set within a function without affecting callers.
* ARMClang: Add support for Clang-based ARM compilerJohan Stridkvist2019-05-141-0/+69
Fixes: #18215