Issue 147910
Summary [libc/libc++] Provide distribution archive for libc or fix libc++ to build without libc
Labels libc++, libc
Assignees
Reporter moubctez
    I am trying to package LLVM components for [PkgSrc](https://pkgsrc.org), 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](https://github.com/llvm/llvm-project/releases/tag/llvmorg-20.1.8).

Would it be possible to provide an archive for **libc**, or maybe make **libc++** not to require these includes?

Thanks :)
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to