It's the role of the C++ ABI library to install its own headers, not libc++.
This fixes an existing issue causing spurious CI failures where both libc++
and libc++abi would try to install <cxxabi.h> & friends in the same location,
leading to failures during the installation step.
Details
Details
- Reviewers
phosek - Group Reviewers
Restricted Project - Commits
- rG0389462587f8: [libc++] Do not install the C++ ABI library's headers as part of libc++'s build
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Pinging libc++ vendors for awareness, since there is an action item for folks who build with a custom ABI library.