[libc-commits] [libc] [libc][docs] Add glob implementation status doc and include in CMakeLists (PR #126923)
via libc-commits
libc-commits at lists.llvm.org
Sun Mar 16 18:42:44 PDT 2025
StarOne01 wrote:
> is the header generated in full build? You might need to add `glob.h.def` file and update `libc/include/CMakeLists.txt`
I believe these are generated by flags `-DLLVM_ENABLE_SPHINX=ON` and
`-DLIBC_INCLUDE_DOCS=ON` when `libc` target is included, be it full build or just `libc`
https://github.com/llvm/llvm-project/pull/126923
More information about the libc-commits
mailing list