Skip to content

Commit f721181

Browse files
committed
Separate out builtin function collection into its own class
This makes for a better separation between the declarations and the logic that defines builtins.
1 parent fe9d56d commit f721181

File tree

6 files changed

+575
-478
lines changed

6 files changed

+575
-478
lines changed

libyul/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ add_library(yul
5858
backends/evm/ControlFlowGraphBuilder.h
5959
backends/evm/EthAssemblyAdapter.cpp
6060
backends/evm/EthAssemblyAdapter.h
61+
backends/evm/EVMBuiltins.cpp
62+
backends/evm/EVMBuiltins.h
6163
backends/evm/EVMCodeTransform.cpp
6264
backends/evm/EVMCodeTransform.h
6365
backends/evm/EVMDialect.cpp

0 commit comments

Comments
 (0)