HomeFreeBSD

libgcc_s: add libm dependencies from div{d,s,x}c3

Description

libgcc_s: add libm dependencies from div{d,s,x}c3

compiler-rt's complex division support routines contain calls to
compiler builtins such as __builtin_scalbnl. Unfortunately Clang
turns these back into a call to scalbnl.

For now link libm's C version of the required support routines.

Reviewed by: ed
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D8190

Details

Provenance
emasteAuthored on
Reviewer
ed
Differential Revision
D8190: libgcc_s: Add libm dependencies from div* functions
Parents
rS307230: Introduce lib/libgcc_eh and lib/libgcc_s for LLVM's implementation
Branches
Unknown
Tags
Unknown