Home
last modified time | relevance | path

Searched hist:"9 fdaca2c" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/testing/selftests/
H A Dlib.mk9fdaca2c Wed Jan 11 16:33:07 CST 2023 Mark Brown <broonie@kernel.org> kselftest: Fix error message for unconfigured LLVM builds

We are missing a ) when we attempt to complain about not having enough
configuration for clang, resulting in the rather inscrutable error:

../lib.mk:23: *** unterminated call to function 'error': missing ')'. Stop.

Add the required ) so we print the message we were trying to print.

Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>