Open
Description
Currently when building LLVM on ppc64le with IEEE long double, LLVM tries to use emulation functions listed in https://gcc.gnu.org/wiki/Ieee128PowerPC (table in 2.3 Emulation functions). However, compiler-rt has no implementation of those functions leading to a build failure when there's no libgcc installed (e.g. on LLVM-only system).