On 14/01/2025 5:43 pm, Roger Pau Monne wrote: > If randconfig enables coverage support the build times out due to GNU LD > taking too long. For the time being prevent coverage from being enabled in > clang randconfig job. > > Signed-off-by: Roger Pau Monné <roger....@citrix.com>
Acked-by: Andrew Cooper <andrew.coop...@citrix.com> > --- > Cc: Oleksii Kurochko <oleksii.kuroc...@gmail.com> > --- > I will fix the orphaned section stuff separately, as I'm considering just > removing LLVM coverage support because the llvm coverage format is not > stable, and the code to dump it has already become stale. However I need > to think about it, and in the short term disabling coverage support from > randconfig is more straightforward. Oh, so it's broken too? Unless the fix is trivial, we should have a Kconfig level disable on it. No point letting people turn on something that's broken. ~Andrew