mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Make EVM version part of EVM dialect.
This commit is contained in:
@@ -61,7 +61,6 @@ bool parse(string const& _source, std::shared_ptr<Dialect> _dialect, ErrorReport
|
||||
return (yul::AsmAnalyzer(
|
||||
analysisInfo,
|
||||
errorReporter,
|
||||
dev::test::Options::get().evmVersion(),
|
||||
boost::none,
|
||||
_dialect
|
||||
)).analyze(*parserResult);
|
||||
|
||||
Reference in New Issue
Block a user