Should make it more distinguishable, depending on shell and/or CI setup,
from the informational message.
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/219
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
elif [[ ${CC-} == *clang* ]]; then
OUR_PRELOAD=$("$CC" -print-file-name=libclang_rt.asan-x86_64.so)
else
- cat <<- EOF
+ cat <<- EOF >&2
- Unknown compiler CC="${CC-}" - gcc and clang are supported.
+ WARNING: Unknown compiler CC="${CC-}" - gcc and clang are supported.
Assuming "gcc", manually set the variable and retry if needed.
EOF