[PATCH] D27958: [libFuzzer] Diff 43 - [FuzzerSupport] Use cmake instead of macros for platform specific code.
Marcos Pividori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 19 16:57:18 PST 2016
mpividori removed rL LLVM as the repository for this revision.
mpividori updated this revision to Diff 82037.
mpividori added a comment.
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().
https://reviews.llvm.org/D27958
Files:
lib/Fuzzer/CMakeLists.txt
lib/Fuzzer/FuzzerExtFunctionsDlsym.cpp
lib/Fuzzer/FuzzerExtFunctionsWeak.cpp
lib/Fuzzer/FuzzerExtFunctionsWeakAlias.cpp
lib/Fuzzer/Support/CMakeLists.txt
lib/Fuzzer/Support/UtilDarwin.cpp
lib/Fuzzer/Support/UtilIOPosix.cpp
lib/Fuzzer/Support/UtilIOWindows.cpp
lib/Fuzzer/Support/UtilLinux.cpp
lib/Fuzzer/Support/UtilPosix.cpp
lib/Fuzzer/Support/UtilWindows.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D27958.82037.patch
Type: text/x-patch
Size: 7239 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/27ff270c/attachment.bin>
More information about the llvm-commits
mailing list