[PATCH] D49526: Updated llvm-proto-fuzzer to execute the compiled code
Matt Morehouse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 26 14:19:01 PDT 2018
morehouse added inline comments.
================
Comment at: clang/tools/clang-fuzzer/handle-llvm/handle_llvm.cpp:152
+ typedef void (*func)(int*, int*, int*, int);
+ func f = (func) EE->getPointerToFunction(EntryFunc);
+
----------------
Can we use `reinterpret_cast` here?
Repository:
rC Clang
https://reviews.llvm.org/D49526
More information about the cfe-commits
mailing list