Skip to content
  • Brad King's avatar
    ARMCC: Do not identify ARMClang as ARMCC · f28e7fc1
    Brad King authored
    Since commit 8f8d0560 (ARMCC: Fix identification of ARM compiler when
    it defines GNU macros, 2019-03-20, v3.14.1~10^2) we consider ARMCC
    before Clang or GNU compilers.  Since armclang also defines
    `__ARMCC_VERSION` it is now mistaken for ARMCC.  Extend the check for
    ARMCC to also verify that `__clang__` is not defined.
    
    Issue: #19065
    f28e7fc1