commit | bdaf0d9ba71c1fd17f5d35f8fd2a6205136116a3 | [log] [tgz] |
---|---|---|
author | Govindraj Raja <govindraj.raja@arm.com> | Thu Apr 03 12:57:32 2025 -0500 |
committer | Govindraj Raja <govindraj.raja@arm.com> | Tue Apr 08 17:47:17 2025 +0200 |
tree | af7e2a79e92c23b00519d1acaf7e3e7d2bb09904 | |
parent | 4181ebb96a10e020c356f46509b0cdd4d4b6d665 [diff] |
fix(cpus): fix clang compilation issue A potential problem with clang version < 17 can cause resolving nested 'cfi_startproc' to fail compilation. So add a variant of check_errara/reset_macros that is compatible with clang version < 17 to ignore `cfi_startproc` and `cfi_endproc`. This wouldn't cause any performance issue and will not affect any functional behaviour. Change-Id: I46147af2dd0accd5be14ddb26dea03bb2f87cba8 Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>