[PATCH] D27235: [libFuzzer] Diff 5 - Split FuzzerExtFunction implementation for Linux, Apple and Windows.
Kostya Serebryany via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 30 18:22:04 PST 2016
kcc added inline comments.
================
Comment at: lib/Fuzzer/CMakeLists.txt:14
FuzzerDriver.cpp
- FuzzerExtFunctionsDlsym.cpp
- FuzzerExtFunctionsWeak.cpp
+ FuzzerExtFunctionsApple.cpp
+ FuzzerExtFunctionsLinux.cpp
----------------
do you have to change the file names?
We've spent quite some time with the Apple folks bike-shedding about these names...
Repository:
rL LLVM
https://reviews.llvm.org/D27235
More information about the llvm-commits
mailing list