[Bug 200335] libcompiler_rt depends on libm symbols
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Jun 2026 01:47:26 UTC
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.