[PATCH] D83494: [libFuzzer] Link libFuzzer's own interceptors when other compiler runtimes are not linked.
    Matt Morehouse via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Wed Jul 22 16:29:01 PDT 2020
    
    
  
morehouse added inline comments.
================
Comment at: compiler-rt/lib/fuzzer/FuzzerInterceptors.cpp:86
+    s2++;
+  }
+  return 0;
----------------
Lot's of common code with `internal_strncmp`.  Let's factor it out into a helper function.
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D83494/new/
https://reviews.llvm.org/D83494
    
    
More information about the cfe-commits
mailing list