Activate ewasm dialect in commandline interface.

This commit is contained in:
chriseth
2019-05-02 18:36:48 +02:00
parent f6c6871bce
commit 61e36cbfaa
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -882,6 +882,8 @@ bool CommandLineInterface::processInput()
return false;
}
}
if (targetMachine == Machine::eWasm && inputLanguage == Input::StrictAssembly)
inputLanguage = Input::EWasm;
if (optimize && inputLanguage != Input::StrictAssembly)
{
serr() <<