]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc374071936b0cb3b8a2cac66a891a81c77c86df9
tree986b3c0431798d3c9c5381f6084e7b6e9fceca32
parentb24b7df991f02ba4591e080da963472d3defa02e
selftests: fix LLVM build for i386 and x86_64

[ Upstream commit f08af57aff59154aadd88f35cd56eb4e1ee6defd ]

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

Fixes: 50de0bb4ad44 ("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