llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
28.32k stars 11.69k forks source link

Provide `cbrt` in libc #92873

Closed petrhosek closed 2 months ago

petrhosek commented 4 months ago

We're trying to build Pico SDK against LLVM libc and cbrt is one of the missing functions.

llvmbot commented 4 months ago

@llvm/issue-subscribers-libc

Author: Petr Hosek (petrhosek)

We're trying to build Pico SDK against LLVM libc and `cbrt` is one of the missing functions.
lntue commented 2 months ago

Fixed with https://github.com/llvm/llvm-project/pull/99262