implemented proto_to_llvm
- also removed div and mod to eliminate UB
Differential D48106
implemented proto to llvm emmettneyman on Jun 12 2018, 4:15 PM. Authored by
Details implemented proto_to_llvm
Diff Detail
Event TimelineComment Actions Where is the fuzz target?
Comment Actions The fuzz target should make testing your converter way easier. I'd recommend adding it to this patch so that you're less likely to need a bug-fixing patch later.
Comment Actions 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
Comment Actions If you haven't already, please apply for commit access: https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access. That way you can land this after it's accepted.
|
llvm