]> www.infradead.org Git - users/dwmw2/linux.git/commit
s390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig option
authorHeiko Carstens <hca@linux.ibm.com>
Mon, 13 Jan 2025 12:36:56 +0000 (13:36 +0100)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Sun, 26 Jan 2025 16:24:04 +0000 (17:24 +0100)
commitf340d270491dc6b4c2da036c33642fbbf1de47af
tree5ea8d0096e4afb17daac2a94f062f021469b51cd
parent579a6633b8f720ed2c17e3445012e3834a8535a0
s390: Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig option

Introduce CC_HAS_ASM_AOR_FORMAT_FLAGS Kconfig option. Use this option for
inline assemblies where the A, O, or R format flags are used.
Those flags are not available for Clang versions before 19.1.0.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
arch/s390/Kconfig