From c8e201e520b874439f2525e6cfe02d387654b2c1 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 4 Dec 2018 15:03:53 +0100 Subject: Provide Yul Object builtins. --- libyul/Dialect.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libyul/Dialect.h') diff --git a/libyul/Dialect.h b/libyul/Dialect.h index 3ea16014..b78f1aaf 100644 --- a/libyul/Dialect.h +++ b/libyul/Dialect.h @@ -72,6 +72,7 @@ struct Dialect // The EVM instructions will be moved to builtins at some point. return Dialect{AsmFlavour::Strict, std::make_shared()}; } + static Dialect strictAssemblyForEVMObjects(); static Dialect yul() { // Will have to add builtins later. -- cgit