mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Unify solc fuzzers.
This commit is contained in:
@@ -41,7 +41,8 @@ struct FuzzerUtil
|
||||
solidity::StringMap& _input,
|
||||
bool _optimize,
|
||||
unsigned _rand,
|
||||
bool _forceSMT
|
||||
bool _forceSMT,
|
||||
bool _compileViaYul
|
||||
);
|
||||
/// Adds the experimental SMTChecker pragma to each source file in the
|
||||
/// source map.
|
||||
|
||||
Reference in New Issue
Block a user