mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-04-02 13:12:09 +00:00

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. Differential Revision: https://reviews.llvm.org/D121706