[PATCH] D125037: [pseudo] Add fuzzer for the pseudoparser.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 6 00:26:05 PDT 2022


sammccall added a comment.

This adds a false dependency between check-clang-pseudo and all of LLVM via the FuzzMutate library.
(We use FuzzerCLI.h, but there's also a bunch of utilities for fuzzing IR).
I'll try to split that library up to avoid the false dependency in a followup.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125037



More information about the cfe-commits mailing list