mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
[libevmasm] Add support to import evm assembly json.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
--optimize --import-asm-json - --opcodes --asm
|
||||
@@ -0,0 +1 @@
|
||||
Option --optimize is not supported with --import-asm-json.
|
||||
@@ -0,0 +1 @@
|
||||
1
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
".code": [
|
||||
{ "name": "DIFFICULTY" },
|
||||
{ "name": "PREVRANDAO" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user