[libc-commits] [libc] [libc] Enable ifunc support in static startup (PR #182841)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Feb 25 06:26:52 PST 2026


kaladron wrote:

> /home/libcrv32buildbot/bbroot/libc-riscv32-qemu-yocto-fullbuild-dbg/llvm-project/libc/startup/linux/riscv/irelative.cpp:19:8: error: unknown type name 'LIBC_INLINE'
>    19 | static LIBC_INLINE constexpr unsigned get_r_type(uintptr_t info) {
>       |        ^
> 1 error generated.
> ninja: build stopped: subcommand failed.
> ```
> 
> It looks like a missing header problem

Fixed in https://github.com/llvm/llvm-project/pull/183249


https://github.com/llvm/llvm-project/pull/182841


More information about the libc-commits mailing list