Open
Description
I am trying to package LLVM components for PkgSrc, and as for v20 libc++ fails to build with
fatal error: 'shared/fp_bits.h' file not found
It requires libc to build correctly, but that isn't packaged for GitHub releases.
Would it be possible to provide an archive for libc, or maybe make libc++ not to require these includes?
Thanks :)