mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
New CLI output in assembly mode: --ewasm-ir
This commit is contained in:
@@ -1055,9 +1055,7 @@ bool CommandLineInterface::assemble(yul::AssemblyStack::Language _language, yul:
|
||||
stack.translate(yul::AssemblyStack::Language::Ewasm);
|
||||
stack.optimize();
|
||||
|
||||
// TODO: This isn't ewasm but it's only present when we're doing Yul->EWASM translation.
|
||||
// It should get its own output flag in the future.
|
||||
if (m_options.compiler.outputs.ewasm)
|
||||
if (m_options.compiler.outputs.ewasmIR)
|
||||
{
|
||||
sout() << endl << "==========================" << endl;
|
||||
sout() << endl << "Translated source:" << endl;
|
||||
|
||||
Reference in New Issue
Block a user