Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Jun 2026 01:47:26 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 200335] libcompiler_rt depends on libm symbols
Message-ID:  <bug-200335-227-2AUFeNZOKl@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-200335-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200335

--- Comment #5 from Enji Cooper <ngie@FreeBSD.org> ---
It appears so:
```
✗ nm /usr/lib/libcompiler_rt.a | egrep 'fabs|fmax|log|scal'
                 U fmaxl
                 U logbl
                 U scalbnl
% uname -r
14.4-RELEASE-p3
```

This seems better suited to an upstream (LLVM) bug report though IMHO.

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200335-227-2AUFeNZOKl>