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

            Bug ID: 42810
           Summary: wrappers_c_test.cc fails to compile from missing
                    aligned_alloc declaration
           Product: compiler-rt
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: scudo
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

D63831 added wrapers_c_test.cc which fails to compile on Linux for me because
of a missing declaration of aligned_alloc(). Adding an include of stdlib.h
solves the problem for me.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to