[PATCH] D49526: Updated llvm-proto-fuzzer to execute the compiled code

Emmett Neyman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 25 12:02:43 PDT 2018


emmettneyman added inline comments.


================
Comment at: clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp:208
+
+  static_cast<SectionMemoryManager*>(RTDyldMM)->invalidateInstructionCache();
+
----------------
morehouse wrote:
> This cast shouldn't be necessary.
Turns out this line is redundant anyways. `EE->finalizeObject()`calls `invalidateInstructionCache()`.


Repository:
  rC Clang

https://reviews.llvm.org/D49526





More information about the cfe-commits mailing list