[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0bfc6b38-8bc5-4971-b6fb-dc642a73fbfe@gmail.com>
Date: Fri, 7 Jun 2024 14:37:19 +0200
From: Christian Schrefl <chrisi.schrefl@...il.com>
To: llvm@...ts.linux.dev, linux-kernel@...r.kernel.org
Cc: kunit-dev@...glegroups.com, Andrew Morton <akpm@...ux-foundation.org>
Subject: [Bug] Failing kunit test on ARCH=arm and LLVM=1
Greetings,
when trying to port Rust to ARM I noticed that the DEFINE_FLEX_test
kunit test in lib/overflow_kunit.c:1188 fails when combining LLVM=1
and ARCH=arm.
I have reproduced this on v6.10-rc1 and next-20240606.
Here is the clang/llvm version I'm using:
clang version 18.1.6 (Fedora 18.1.6-3.fc40)
Target: x86_64-redhat-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Configuration file: /etc/clang/x86_64-redhat-linux-gnu-clang.cfg
I have not looked closer at the failure so I'm unsure if this is a
problem with LLVM or if the test case is to speciffic.
Let me know if I should open a issue at
https://github.com/ClangBuiltLinux/linux/issues instead.
Cheers,
Christian
Powered by blists - more mailing lists