[PATCH] D105284: Greedy set cover implementation of `Merger::Merge`

Aristotelis Koutsouridis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 7 09:14:48 PDT 2021


arisKoutsou updated this revision to Diff 371101.
arisKoutsou added a comment.

- Fix set_cover_merge.test to not produce flaky results based on file listing order.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105284/new/

https://reviews.llvm.org/D105284

Files:
  compiler-rt/lib/fuzzer/FuzzerDriver.cpp
  compiler-rt/lib/fuzzer/FuzzerFlags.def
  compiler-rt/lib/fuzzer/FuzzerFork.cpp
  compiler-rt/lib/fuzzer/FuzzerInternal.h
  compiler-rt/lib/fuzzer/FuzzerMerge.cpp
  compiler-rt/lib/fuzzer/FuzzerMerge.h
  compiler-rt/lib/fuzzer/tests/FuzzerUnittest.cpp
  compiler-rt/test/fuzzer/set_cover_merge.test

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105284.371101.patch
Type: text/x-patch
Size: 23296 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210907/76e06bd8/attachment.bin>


More information about the llvm-commits mailing list