[llvm-bugs] [Bug 42810] New: wrappers_c_test.cc fails to compile from missing aligned_alloc declaration
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jul 29 04:44:49 PDT 2019
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: unassignedbugs at nondot.org
Reporter: jonsson.peter.a at gmail.com
CC: llvm-bugs at lists.llvm.org
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190729/696dd2b3/attachment.html>
More information about the llvm-bugs
mailing list