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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits