Do the same is as done for NetBSD. Compiling libomp with Clang uses fmaxl.
Downstream report: https://bugs.gentoo.org/816831
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Compiling libomp with Clang uses fmaxl.
Some compiler-rt/lib/builtins files call libm functions (e.g. fmaxl, fabs). Linking libomp with --rtlib=compiler-rt references these functions.
After D91841 (@rprichard , compiler-rt/lib/builtins still references fmaxl (x86 fp80) and fabs.