[libc-commits] [libc] Skip startup target for SPIRV target in libc install dependencies (PR #198740)
via libc-commits
libc-commits at lists.llvm.org
Wed May 20 06:50:24 PDT 2026
jinge90 wrote:
> Have you tried enabling the dependencies that it relies on? We really need to see if we can get this working so someone can set up a bot.
Hi, @jhuber6
I have tried to build startup for SPIRV, there are basic 2 problems which will lead build failure:
1. It depends on atexit and its related dependencies(exit, _Exit) which rely on RPC.
2. It depends on LTO for linking which is not ready for SPIRV.
Is it acceptable to work on enabling startup after RPC is supported for SPIRV? Without RPC, the component can't work as expected even we successfully build the binary.
Thanks very much.
https://github.com/llvm/llvm-project/pull/198740
More information about the libc-commits
mailing list