mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-28 18:09:31 -06:00
The IAR Assemblers seem to be missing some built-in target-identifier symbols. Instead, identify the affected target architectures by using their respective `__TID__` (Target Identifier) built-in symbols. Also make sure the test has an IAR Assembly implementation for each target. Fixes: #26267