mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add --disassemble to lllc help output
This commit is contained in:
parent
7c509137cf
commit
c2faed7705
@ -49,6 +49,7 @@ static void help()
|
|||||||
<< " -a,--assembly Only parse and compile; show assembly." << endl
|
<< " -a,--assembly Only parse and compile; show assembly." << endl
|
||||||
<< " -t,--parse-tree Only parse; show parse tree." << endl
|
<< " -t,--parse-tree Only parse; show parse tree." << endl
|
||||||
<< " -o,--optimise Turn on/off the optimiser; off by default." << endl
|
<< " -o,--optimise Turn on/off the optimiser; off by default." << endl
|
||||||
|
<< " -d,--disassemble Disassemble input into an opcode stream." << endl
|
||||||
<< " -h,--help Show this help message and exit." << endl
|
<< " -h,--help Show this help message and exit." << endl
|
||||||
<< " -V,--version Show the version and exit." << endl;
|
<< " -V,--version Show the version and exit." << endl;
|
||||||
exit(0);
|
exit(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user