[PATCH] D135312: [libFuzzer] update the libFuzzer docs to reflect the current state.

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 10 12:08:41 PDT 2022


kcc added a comment.

> I spotted a typo

Thanks!

> Was there an RFC for this change? I'm very surprised to read "However please do not expect ... code reviews, other than for bug fixes." for an open source project that's maintained by the community. Either this is a supported feature and the community should review whatever patches we get for it on their own merits, or we should officially end-of-life this functionality and talk about timelines for removal.

There was no RFC. This change simply documents the state as of 2-3 years now. 
libFuzzer is in wide use currently, I don't think we should EOL it for some time now. 
Once Centipede is at feature parity with libFuzzer I will propose an EOL.

> Also, can the code owners file for LLVM please be updated with the name(s) of whoever is doing the limited maintenance activities?

compiler-rt/CODE_OWNERS.TXT needs lots of changes other than that. 
I'll ask folks to do it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135312



More information about the llvm-commits mailing list