[libc-commits] [libc] [libc] Remove dependency on `cpp::function` in `rpc.h` (PR #112422)
Jon Chesterfield via libc-commits
libc-commits at lists.llvm.org
Tue Oct 15 12:27:00 PDT 2024
https://github.com/JonChesterfield approved this pull request.
Yep. I still think libc should depend on syscall, not the other way around. Making rpc standalone/ freestanding and ultimately moving it somewhere under compiler-rt is the right move. In particular it would make instantiating other copies of the structure easy, which opens the door for non-libc implementations of "reverse offloading"
https://github.com/llvm/llvm-project/pull/112422
More information about the libc-commits
mailing list