[PATCH] D69171: [clang-fuzzer] Add new fuzzer target for Objective-C

Simon Pilgrim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Apr 12 10:41:00 PDT 2020


RKSimon added inline comments.


================
Comment at: clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp:19
 
-extern "C" int LLVMFuzzerInitialize(int *argc, char ***argv) { return 0; }
-
----------------
@dgoldman @morehouse Removing this has been causing link failures ever since it was committed on a number of targets including msvc (PR44414) and I've just noticed it on a linux release+asserts build. If it is superfluous why did you leave it in ClangFuzzer.cpp ?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69171/new/

https://reviews.llvm.org/D69171





More information about the cfe-commits mailing list