[PATCH] D48106: implemented proto to llvm

Emmett Neyman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 14:58:00 PDT 2018


emmettneyman updated this revision to Diff 151798.
emmettneyman added a comment.

Implemented HandleLLVM fuzz target

  -HandleLLVM function compiles LLVM IR
  -ExampleClangLLVMProtoFuzzer wraps the fuzz target
  -Next step is to compile at different opt levels and run the executables


Repository:
  rC Clang

https://reviews.llvm.org/D48106

Files:
  tools/clang-fuzzer/CMakeLists.txt
  tools/clang-fuzzer/ExampleClangLLVMProtoFuzzer.cpp
  tools/clang-fuzzer/cxx_loop_proto.proto
  tools/clang-fuzzer/handle-llvm/CMakeLists.txt
  tools/clang-fuzzer/handle-llvm/\
  tools/clang-fuzzer/handle-llvm/handle_llvm.cpp
  tools/clang-fuzzer/handle-llvm/handle_llvm.h
  tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx.cpp
  tools/clang-fuzzer/proto-to-cxx/loop_proto_to_cxx_main.cpp
  tools/clang-fuzzer/proto-to-llvm/CMakeLists.txt
  tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.cpp
  tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm.h
  tools/clang-fuzzer/proto-to-llvm/loop_proto_to_llvm_main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48106.151798.patch
Type: text/x-patch
Size: 24350 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180618/c75c1f6d/attachment.bin>


More information about the llvm-commits mailing list