aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Beregszaszi <alex@rtfs.hu>2018-07-28 06:57:15 +0800
committerAlex Beregszaszi <alex@rtfs.hu>2018-07-28 19:00:36 +0800
commitc2faed77054c69b8ef35b3e54a2c05acc7e93363 (patch)
treee8a0c41b56324b29f65990244216a1750ec20bb7
parent7c509137cfea7373628f74d8c4fd94e78eb26cbb (diff)
downloaddexon-solidity-c2faed77054c69b8ef35b3e54a2c05acc7e93363.tar.gz
dexon-solidity-c2faed77054c69b8ef35b3e54a2c05acc7e93363.tar.zst
dexon-solidity-c2faed77054c69b8ef35b3e54a2c05acc7e93363.zip
Add --disassemble to lllc help output
-rw-r--r--lllc/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lllc/main.cpp b/lllc/main.cpp
index e47c66a0..f863451d 100644
--- a/lllc/main.cpp
+++ b/lllc/main.cpp
@@ -49,6 +49,7 @@ static void help()
<< " -a,--assembly Only parse and compile; show assembly." << endl
<< " -t,--parse-tree Only parse; show parse tree." << 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
<< " -V,--version Show the version and exit." << endl;
exit(0);