[all-commits] [llvm/llvm-project] 513d9b: [libfuzzer] avoid unneccessary copy

Wu Yingcong via All-commits all-commits at lists.llvm.org
Thu Mar 9 22:12:05 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 513d9b9f3d67730f8c1485039955a479b4be9c48
      https://github.com/llvm/llvm-project/commit/513d9b9f3d67730f8c1485039955a479b4be9c48
  Author: Wu, Yingcong <yingcong.wu at intel.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

  Changed paths:
    M compiler-rt/lib/fuzzer/FuzzerCommand.h
    M compiler-rt/lib/fuzzer/FuzzerDataFlowTrace.cpp
    M compiler-rt/lib/fuzzer/FuzzerInternal.h
    M compiler-rt/lib/fuzzer/FuzzerLoop.cpp
    M compiler-rt/lib/fuzzer/FuzzerMutate.cpp

  Log Message:
  -----------
  [libfuzzer] avoid unneccessary copy

Avoid some unneccessary copy

Reviewed By: fmayer

Differential Revision: https://reviews.llvm.org/D145758




More information about the All-commits mailing list