From e32bb74b308979a40096cb937c19a671ccf11b3c Mon Sep 17 00:00:00 2001 From: Bhargava Shastry Date: Mon, 16 Dec 2019 15:25:05 +0100 Subject: [PATCH] yul proto fuzzer: Add EVM version field --- test/tools/ossfuzz/protoToYul.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/tools/ossfuzz/protoToYul.h b/test/tools/ossfuzz/protoToYul.h index bd278b08c..1823e97b9 100644 --- a/test/tools/ossfuzz/protoToYul.h +++ b/test/tools/ossfuzz/protoToYul.h @@ -291,6 +291,10 @@ private: /// enum of type Program_Version langutil::EVMVersion evmVersionMapping(Program_Version const& _x); + /// Returns an EVMVersion object corresponding to the protobuf + /// enum of type Program_Version + langutil::EVMVersion evmVersionMapping(Program_Version const& _x); + /// Returns a monotonically increasing counter that starts from zero. unsigned counter() {