mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move the IR out of the EVM block in JSON IO
This commit is contained in:
parent
594f207606
commit
b62a6949b5
@ -124,7 +124,7 @@ Input Description
|
||||
// devdoc - Developer documentation (natspec)
|
||||
// userdoc - User documentation (natspec)
|
||||
// metadata - Metadata
|
||||
// evm.ir - New assembly format before desugaring
|
||||
// ir - New assembly format before desugaring
|
||||
// evm.assembly - New assembly format after desugaring
|
||||
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
||||
// evm.bytecode - All the evm.bytecode features from below
|
||||
@ -207,10 +207,10 @@ Output Description
|
||||
userdoc: {},
|
||||
// Developer documentation (natspec)
|
||||
devdoc: {},
|
||||
// EVM-related outputs
|
||||
evm: {
|
||||
// Intermediate representation (string)
|
||||
ir: "",
|
||||
// EVM-related outputs
|
||||
evm: {
|
||||
// Assembly (string)
|
||||
assembly: "",
|
||||
// Old-style assembly (string)
|
||||
|
Loading…
Reference in New Issue
Block a user