This ensures that libc headers are built and installed together with
the libc archive in the full build.
Details
Details
- Reviewers
michaelrj sivachandra
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
The idea was that install-libc is that one target that pulls everything into the installation. Can you give more detail about the behavior you are observing?
libc/lib/CMakeLists.txt | ||
---|---|---|
37 | Does this really ensure installation of headers along with the archive? |
Comment Actions
I was seeing missing headers when doing a full build, but I can no longer reproduce this so it's possible that some of my other CMake changes addressed the actual issue.
Does this really ensure installation of headers along with the archive?