[PATCH] D49526: Updated llvm-proto-fuzzer to execute the compiled code
Matt Morehouse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 26 14:16:45 PDT 2018
morehouse added inline comments.
================
Comment at: clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp:125
+ Context);
+ Module *M = Owner.get();
+ if (!M)
----------------
We should be able to get rid of this line now, and rename Owner again.
Repository:
rC Clang
https://reviews.llvm.org/D49526
More information about the llvm-commits
mailing list