Add wasm support to libyul/ObjectCompilerTest

This commit is contained in:
Alex Beregszaszi
2020-11-10 23:24:49 +01:00
committed by Kamil Śliwak
parent d3a016b597
commit e5396e42c3
6 changed files with 168 additions and 15 deletions
+1
View File
@@ -55,6 +55,7 @@ private:
static void printErrors(std::ostream& _stream, langutil::ErrorList const& _errors);
bool m_optimize = false;
bool m_wasm = false;
};
}