Remove dependency of malloc in implementation of mm_malloc function and alignment assumption on glibc.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D64850
Remove use of malloc in PPC mm_malloc. ClosedPublic Authored by qiucf on Jul 16 2019, 11:25 PM.
Details Summary Remove dependency of malloc in implementation of mm_malloc function and alignment assumption on glibc.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 17 2019, 12:09 AM Closed by commit rL366406: [PowerPC][Clang] Remove use of malloc in mm_malloc (authored by chaofan). · Explain WhyJul 17 2019, 11:22 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 210487 cfe/trunk/lib/Headers/ppc_wrappers/mm_malloc.h
cfe/trunk/test/CodeGen/ppc-mm-malloc-le.c
cfe/trunk/test/CodeGen/ppc-mm-malloc.c
|