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

            Bug ID: 34011
           Summary: compiler-rt can't be built with glibc 2.26
           Product: compiler-rt
           Version: 5.0
          Hardware: All
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: compiler-rt
          Assignee: unassignedb...@nondot.org
          Reporter: b...@linaro.org
                CC: llvm-bugs@lists.llvm.org

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

glibc 2.26 (soon to be released) drops the incorrectly (non-)namespaced
sigaltstack typedef and replaces it with stack_t.

compiler-rt currently uses struct sigaltstack, causing the build to fail.

Fix is tested with glibc 2.26, should be tested on older glibc versions.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to