summaryrefslogtreecommitdiffstats
path: root/Modules/Compiler/ARMClang.cmake
Commit message (Collapse)AuthorAgeFilesLines
* ARMClang: Fix link line generation after addition of armlink supportMarc Chevrier2020-09-101-2/+3
| | | | | | | Revise logic added by commit 73fb6ac82b (ARMClang: Add support for armlink, 2020-06-02, v3.18.0-rc1~27^2). Fixes: #21154
* ARMClang: Fix typo in -Xlinker flagOsama Moharam2020-06-181-1/+1
| | | | | Fix a typo from commit ef816610be (ARMClang: allow fallback to -march and correct setting of --cpu flags, 2020-06-03, v3.18.0-rc1~18^2).
* ARMClang: allow fallback to -march and correct setting of --cpu flagsOsama Moharam2020-06-031-10/+57
| | | | | | | allows cmake to fall back to CMAKE_SYSTEM_ARCH in case CMAKE_SYSTEM_PROCESSOR is not in armclang -mcpu=list additionally checks if CMAKE_SYSTEM_PROCESSOR belongs to armlink --cpu=list Fixes: #19962
* ARMClang: Add support for armlinkOsama Moharam2020-06-021-2/+14
| | | | | | sets CMAKE_LIBRARY_PATH_FLAG to '--userlibpath=' when using armlink. Fixes: #20761
* 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