From a2cf240fff6787239891ce21223ad7f8dcfdfbcc Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 15 Dec 2023 11:04:13 +0000 Subject: [PATCH] Add explanatory comment Signed-off-by: Dave Rodgman --- tests/scripts/all.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 553ba1d1c..460fb33df 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -5232,6 +5232,9 @@ component_build_psa_alt_headers () { component_test_m32_no_asm () { # Build without assembly, so as to use portable C code (in a 32-bit # build) and not the i386-specific inline assembly. + # + # Note that we require gcc, because clang Asan builds fail to link for + # this target (cannot find libclang_rt.lsan-i386.a - this is a known clang issue). msg "build: i386, make, gcc, no asm (ASan build)" # ~ 30s scripts/config.py full scripts/config.py unset MBEDTLS_HAVE_ASM