Raise minimum clang version to 19.1.0 for s390 so that various inline assembly format flags can be used. The missing format flags were implemented with llvm-project commit 9c75a981554d ("[SystemZ] Implement A, O and R inline assembly format flags (#80685)"). Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx> --- scripts/min-tool-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/min-tool-version.sh b/scripts/min-tool-version.sh index 91c91201212c..2dc674a74624 100755 --- a/scripts/min-tool-version.sh +++ b/scripts/min-tool-version.sh @@ -25,7 +25,7 @@ gcc) ;; llvm) if [ "$SRCARCH" = s390 ]; then - echo 15.0.0 + echo 19.1.0 elif [ "$SRCARCH" = loongarch ]; then echo 18.0.0 else -- 2.45.2