[libc-commits] [libc] [libc] implement pathconf/fpathconf (PR #87165)
Nhat Nguyen via libc-commits
libc-commits at lists.llvm.org
Thu Jun 13 19:55:08 PDT 2024
changkhothuychung wrote:
> Changing cmake only should not work. Could you take a look again?
> Changing cmake only should not work. Could you take a look again?
> Changing cmake only should not work. Could you take a look again?
I just took another look, they look fine to me. I did other changes in previous PRs, maybe what you look for are there? To summary
- I made pathconf_utils linux only and made it `add_object_library` instead of an entry point,
- I made pathconf and fpathconf DEPENDS on `libc.src.unistd.linux.pathconf_utils`
Is anything else missing?
https://github.com/llvm/llvm-project/pull/87165
More information about the libc-commits
mailing list