Skip to content

Commit c2f89c5

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. # Conflicts: # libyul/backends/evm/EVMDialect.cpp
1 parent a8d2998 commit c2f89c5

File tree

6 files changed

+573
-459
lines changed

6 files changed

+573
-459
lines changed

libyul/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
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)