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

Emmett Neyman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 26 13:00:25 PDT 2018


emmettneyman added a comment.

In https://reviews.llvm.org/D49526#1177208, @morehouse wrote:

> Do we need to parse the arguments for opt-level, or can we just hardcode `-O2` and remove the argument parsing code?


I have the argument parsing code since the original `clang-proto-fuzzer` code had it and @kcc mentioned we might want to change the command line arguments in the future.


Repository:
  rC Clang

https://reviews.llvm.org/D49526





More information about the cfe-commits mailing list