[clang-objc-fuzzer] Add LLVMFuzzerInitialize to fix msvc builds (PR44414)
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 Apr 2020 12:37:10 +0000 (13:37 +0100)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 Apr 2020 12:37:27 +0000 (13:37 +0100)
commit440b445fff848aded09fe5f7d69ff690113e44e2
tree1944e77eebadd2ccbb3b936b2afb81cdef6305a2
parent80aea8e4a8d1c8ea2c35e929858bde6273a42179
[clang-objc-fuzzer] Add LLVMFuzzerInitialize to fix msvc builds (PR44414)

The (supposedly superfluous) LLVMFuzzerInitialize function was removed when this file was copied from clang-fuzzer, but this is causing link errors on some targets. @morehouse confirmed on D69171 that it was OK to add back.
clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp