[PATCH] D73136: [libFuzzer] Add INFO output when LLVMFuzzerCustomMutator is found.
    Max Moroz via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jan 21 13:47:05 PST 2020
    
    
  
Dor1s marked 2 inline comments as done.
Dor1s added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/FuzzerDriver.cpp:201
+    Printf("INFO: found LLVMFuzzerCustomMutator (%p). "
+           "Disabling -len_control by default.\n", EF->LLVMFuzzerCustomMutator);
+  }
----------------
metzman wrote:
> Maybe drop "by default" I don't think they can opt out right?
Actually it can be overwritten by a value passed via cmd and there is  a test for that!
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D73136/new/
https://reviews.llvm.org/D73136
    
    
More information about the llvm-commits
mailing list