From f4a5667a6e1832c10f7228970b5966443794d751 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 16 Jan 2024 13:51:10 -0800 Subject: kernel-selftest: Use gcc for now. clang-18 crashes, so use gcc until then Signed-off-by: Khem Raj --- conf/nonclangable.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf/nonclangable.conf') diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 7bb2ef3..0be8db7 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -1,3 +1,6 @@ +# https://github.com/llvm/llvm-project/issues/78337 +TOOLCHAIN:pn-kernel-selftest = "gcc" + TOOLCHAIN:pn-cpufrequtils = "gcc" TOOLCHAIN:pn-grub:genericx86-64 = "gcc" -- cgit v1.2.3-54-g00ecf