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)
|
// devdoc - Developer documentation (natspec)
|
||||||
// userdoc - User documentation (natspec)
|
// userdoc - User documentation (natspec)
|
||||||
// metadata - Metadata
|
// metadata - Metadata
|
||||||
// evm.ir - New assembly format before desugaring
|
// ir - New assembly format before desugaring
|
||||||
// evm.assembly - New assembly format after desugaring
|
// evm.assembly - New assembly format after desugaring
|
||||||
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
// evm.legacyAssemblyJSON - Old-style assembly format in JSON
|
||||||
// evm.bytecode - All the evm.bytecode features from below
|
// evm.bytecode - All the evm.bytecode features from below
|
||||||
@ -207,10 +207,10 @@ Output Description
|
|||||||
userdoc: {},
|
userdoc: {},
|
||||||
// Developer documentation (natspec)
|
// Developer documentation (natspec)
|
||||||
devdoc: {},
|
devdoc: {},
|
||||||
// EVM-related outputs
|
|
||||||
evm: {
|
|
||||||
// Intermediate representation (string)
|
// Intermediate representation (string)
|
||||||
ir: "",
|
ir: "",
|
||||||
|
// EVM-related outputs
|
||||||
|
evm: {
|
||||||
// Assembly (string)
|
// Assembly (string)
|
||||||
assembly: "",
|
assembly: "",
|
||||||
// Old-style assembly (string)
|
// Old-style assembly (string)
|
||||||
|
Loading…
Reference in New Issue
Block a user