mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move AssemblyStack to libyul.
This commit is contained in:
parent
bbeab9ffdf
commit
d073eb1544
@ -80,8 +80,6 @@ set(sources
|
||||
formal/VariableUsage.h
|
||||
interface/ABI.cpp
|
||||
interface/ABI.h
|
||||
interface/AssemblyStack.cpp
|
||||
interface/AssemblyStack.h
|
||||
interface/CompilerStack.cpp
|
||||
interface/CompilerStack.h
|
||||
interface/GasEstimator.cpp
|
||||
|
@ -13,6 +13,8 @@ add_library(yul
|
||||
AsmScope.h
|
||||
AsmScopeFiller.cpp
|
||||
AsmScopeFiller.h
|
||||
AssemblyStack.h
|
||||
AssemblyStack.cpp
|
||||
CompilabilityChecker.cpp
|
||||
CompilabilityChecker.h
|
||||
Dialect.cpp
|
||||
|
Loading…
Reference in New Issue
Block a user