selftests: fix LLVM build for i386 and x86_64
authorGuillaume Tucker <guillaume.tucker@collabora.com>
Tue, 9 Aug 2022 14:22:31 +0000 (16:22 +0200)
committerShuah Khan <skhan@linuxfoundation.org>
Fri, 10 Mar 2023 20:41:10 +0000 (13:41 -0700)
commit624c60f326c6e5a80b008e8a5c7feffe8c27dc72
tree28ae85fafdb8baca5390f268c58ace61243763bf
parent2da789cda462bda93679f53ee38f9aa2309d47e8
selftests: fix LLVM build for i386 and x86_64

Add missing cases for the i386 and x86_64 architectures when
determining the LLVM target for building kselftest.

Fixes: 795285ef2425 ("selftests: Fix clang cross compilation")
Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Reviewed-by: Nathan Chancellor <nathan@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/lib.mk