[llvm-bugs] [Bug 34010] New: libc++ doesn't work with glibc 2.26

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 31 17:14:08 PDT 2017


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

            Bug ID: 34010
           Summary: libc++ doesn't work with glibc 2.26
           Product: libc++
           Version: 5.0
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: All Bugs
          Assignee: unassignedclangbugs at nondot.org
          Reporter: bero at linaro.org
                CC: llvm-bugs at lists.llvm.org, mclow.lists at gmail.com

Created attachment 18882
  --> https://bugs.llvm.org/attachment.cgi?id=18882&action=edit
Fix

libc++ doesn't work with (soon to be released) glibc 2.26 because the
(nonstandard) xlocale.h header has been removed from glibc, but is being
included by libc++.

The patch I'm attaching fixes the issue for glibc 2.26, but should be tested on
older glibc versions.

-- 
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/20170801/c36dd498/attachment.html>


More information about the llvm-bugs mailing list