[all-commits] [llvm/llvm-project] 440b44: [clang-objc-fuzzer] Add LLVMFuzzerInitialize to fi...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Tue Apr 14 05:40:20 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 440b445fff848aded09fe5f7d69ff690113e44e2
https://github.com/llvm/llvm-project/commit/440b445fff848aded09fe5f7d69ff690113e44e2
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2020-04-14 (Tue, 14 Apr 2020)
Changed paths:
M clang/tools/clang-fuzzer/ClangObjectiveCFuzzer.cpp
Log Message:
-----------
[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.
More information about the All-commits
mailing list