[llvm] [DevPolicy] Add guidelines for fuzzer-generated issue reports (PR #112372)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 15 10:13:06 PDT 2024


================
@@ -853,6 +853,57 @@ their patch with every possible configuration.
 * 3rd step: If Galina could not help you, please escalate to the
   `Infrastructure Working Group <mailto:iwg at llvm.org>`_.
 
+Guidelines for fuzzer-generated issues
+--------------------------------------
+
+Fuzzing is a valuable tool for finding compiler bugs, and the LLVM project
+welcomes fuzzer-generated test cases. However, some additional guidelines
+should be followed to make such reports maximally useful.
+
+Fuzzer-generated issues should indicate that they are such, either in the
+issue description, or (for organization members) by applying the
+``fuzzer-generated`` label. This helps us prioritize issues. The remaining
----------------
nikic wrote:

`compiler-rt:fuzzer` is for libfuzzer in compiler-rt, not for fuzzer-generated issues.

https://github.com/llvm/llvm-project/pull/112372


More information about the llvm-commits mailing list