This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Diff 43 - [FuzzerSupport] Use cmake instead of macros for platform specific code.
AbandonedPublic

Authored by mpividori on Dec 19 2016, 3:12 PM.

Details

Diff Detail

Event Timeline

mpividori updated this revision to Diff 82023.Dec 19 2016, 3:12 PM
mpividori retitled this revision from to [libFuzzer] Diff 43 - [FuzzerSupport] Use cmake instead of macros for platform specific code..
mpividori updated this object.
mpividori added reviewers: kcc, zturner.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
mpividori updated this revision to Diff 82027.Dec 19 2016, 3:22 PM

We could even remove the header: "Platform.h".
I didn't in case we need it in the future.

mpividori updated this revision to Diff 82037.Dec 19 2016, 4:57 PM
mpividori removed rL LLVM as the repository for this revision.

Don't consider my last comment. I realized we still need the macros in UtilPosix.cpp, to consider different cases for Apple and Linux, inside GetPeakRSSMb().

mpividori abandoned this revision.Jan 4 2017, 6:08 PM