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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 22 Mar 2023 12:33:44 +0000 (13:33 +0100)
commit4d2ee43ac2a906833636db6d456370a567fa409c
tree986b3c0431798d3c9c5381f6084e7b6e9fceca32
parentdcf94604d4a959d027498938dbda22b87abd5f60
selftests: fix LLVM build for i386 and x86_64

[ Upstream commit 624c60f326c6e5a80b008e8a5c7feffe8c27dc72 ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
tools/testing/selftests/lib.mk