https://llvm.org/bugs/show_bug.cgi?id=20211
Eric Fiselier <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Assignee|[email protected] |[email protected] --- Comment #7 from Eric Fiselier <[email protected]> --- libc++ can now build and install for MUSL libc, but it requires that libc++ is built with the CMake option `-DLIBCXX_HAS_MUSL_LIBC`. This option ensures that a modified "__config" header is installed that defines `_LIBCPP_HAS_MUSL_LIBC`. See http://libcxx.llvm.org/docs/DesignDocs/CapturingConfigInfo.html for more information. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
