[all-commits] [llvm/llvm-project] 2c4e07: [mlir] Split parser fuzzer for bytecode & text

Jacques Pienaar via All-commits all-commits at lists.llvm.org
Sat Oct 29 05:42:43 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2c4e073dfb6cab3d7122637ba26685763616f81b
      https://github.com/llvm/llvm-project/commit/2c4e073dfb6cab3d7122637ba26685763616f81b
  Author: Jacques Pienaar <jpienaar at google.com>
  Date:   2022-10-29 (Sat, 29 Oct 2022)

  Changed paths:
    M mlir/tools/mlir-parser-fuzzer/CMakeLists.txt
    R mlir/tools/mlir-parser-fuzzer/DummyParserFuzzer.cpp
    A mlir/tools/mlir-parser-fuzzer/bytecode/CMakeLists.txt
    A mlir/tools/mlir-parser-fuzzer/bytecode/DummyParserFuzzer.cpp
    A mlir/tools/mlir-parser-fuzzer/bytecode/mlir-bytecode-parser-fuzzer.cpp
    R mlir/tools/mlir-parser-fuzzer/mlir-parser-fuzzer.cpp
    A mlir/tools/mlir-parser-fuzzer/text/CMakeLists.txt
    A mlir/tools/mlir-parser-fuzzer/text/DummyParserFuzzer.cpp
    A mlir/tools/mlir-parser-fuzzer/text/mlir-text-parser-fuzzer.cpp

  Log Message:
  -----------
  [mlir] Split parser fuzzer for bytecode & text

Enable fuzzing these independently. Currently still not linking in
dialects beyond Builtin.




More information about the All-commits mailing list