mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #5587 from ethereum/yulCodeBuiltins
Builtin functions to access Yul objects.
This commit is contained in:
@@ -52,7 +52,7 @@ yul::Dialect languageToDialect(AssemblyStack::Language _language)
|
||||
case AssemblyStack::Language::Assembly:
|
||||
return yul::Dialect::looseAssemblyForEVM();
|
||||
case AssemblyStack::Language::StrictAssembly:
|
||||
return yul::Dialect::strictAssemblyForEVM();
|
||||
return yul::Dialect::strictAssemblyForEVMObjects();
|
||||
case AssemblyStack::Language::Yul:
|
||||
return yul::Dialect::yul();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user