[Bug libelf/32232] Failed tests with lld linker

2025-08-12 Thread raj.khem at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32232 --- Comment #3 from Khem Raj --- With 0.193 and LLD 21.x, this the failing list {'elfutils': ['run-strip-strmerge.sh', 'run-elflint-self.sh', 'run-backtrace-data.sh', 'run-reverse-sections-self.sh']}

Re: linker: catching up on section pgo-reordering modes

2025-08-12 Thread Frank Ch. Eigler
Hi - Having stewed over it for a bit to make things more concrete, I'm thinking about the overall profile-crowdsource-LTO dataflow like this: profiling --> profile database --> consensus profile --> linker and name the project "profiledb" because why not. = Profiling Profile your own workl

Re: ☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2025-08-12 Thread Aaron Merey
On Tue, Aug 12, 2025 at 2:17 PM wrote: > > A new failure has been detected on builder elfutils-debian-armhf while > building elfutils. > > Full details are available at: > https://builder.sourceware.org/buildbot/#/builders/6/builds/431 > > Build state: failed test (failure) > Revision: 36602d

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2025-08-12 Thread builder
A new failure has been detected on builder elfutils-debian-armhf while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/6/builds/431 Build state: failed test (failure) Revision: 36602dbd840532b9ca6d31c1612bf1d539241e7a Worker: debian-armhf

[COMMITTED] Makefile.am: Add errors to lcov ignore list

2025-08-12 Thread Aaron Merey
Recent versions of lcov may raise the following errors during make coverage: genhtml: ERROR: (corrupt) unable to read trace file 'elfutils.lcov': genhtml: ERROR: (inconsistent) [...] line is hit but no branches on line have been evaluated. Add "inconsistent,corrupt" to the --ignore-error

[COMMITTED] readelf.c: Declare num_jobs as ssize_t instead of size_t

2025-08-12 Thread Aaron Merey
Use of ssize_t prevents gcc error -Werror=sign-compare when comparing num_jobs to ndebug_sections. Signed-off-by: Aaron Merey --- src/readelf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/readelf.c b/src/readelf.c index bb451518..6b886c59 100644 --- a/src/readelf.c ++

☠ Buildbot (Sourceware): elfutils - failed test (failure) (main)

2025-08-12 Thread builder
A new failure has been detected on builder elfutils-fedora-ppc64le while building elfutils. Full details are available at: https://builder.sourceware.org/buildbot/#/builders/55/builds/426 Build state: failed test (failure) Revision: 78b944f482395d10d8e62ee8ed468e5fdf23efdf Worker: fedora-ppc