This revision was automatically updated to reflect the committed changes.
Closed by commit rL366406: [PowerPC][Clang] Remove use of malloc in mm_malloc
(authored by chaofan, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Changed prior to commit:
https://r
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64850/new/
https://reviews.llvm.org/D64850
___
cfe-commits
qiucf created this revision.
qiucf added reviewers: hubert.reinterpretcast, jsji, wschmidt, nemanjai,
kbarton.
qiucf added a project: clang.
Herald added a subscriber: cfe-commits.
Remove dependency of `malloc` in implementation of `mm_malloc` function and
alignment assumption on glibc.
Reposi