[llvm-bugs] [Bug 20211] libc++ is not compatible with musl libc library

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jan 19 22:31:55 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=20211

Eric Fiselier <eric at efcs.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
           Assignee|mclow.lists at gmail.com       |eric at efcs.ca

--- Comment #7 from Eric Fiselier <eric at efcs.ca> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160120/dc61a872/attachment.html>


More information about the llvm-bugs mailing list