[PATCH] D20741: [LibFuzzer] Reimplement how the optional user functions are called.

Dan Liew via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 1 21:59:03 PDT 2016


delcypher added a comment.

@kcc

In http://reviews.llvm.org/D20741#446582, @kcc wrote:

> LGTM with 3 nits. 
>  Ok to commit once you fix them (assuming all tests still work on Linux)
>  Thanks!


Nits fixed. I've rebased and the tests have broken under Linux. Looks like I need to upgrade to newer compiler-rt due to the introduction of a dependence on `__sanitizer_print_memory_profile` (r271465). I'm upgrading now and if tests pass after building a newer clang with the latest compiler-rt then I'll commit this.


http://reviews.llvm.org/D20741





More information about the llvm-commits mailing list