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
|
formal/VariableUsage.h
|
||||||
interface/ABI.cpp
|
interface/ABI.cpp
|
||||||
interface/ABI.h
|
interface/ABI.h
|
||||||
interface/AssemblyStack.cpp
|
|
||||||
interface/AssemblyStack.h
|
|
||||||
interface/CompilerStack.cpp
|
interface/CompilerStack.cpp
|
||||||
interface/CompilerStack.h
|
interface/CompilerStack.h
|
||||||
interface/GasEstimator.cpp
|
interface/GasEstimator.cpp
|
||||||
|
@ -13,6 +13,8 @@ add_library(yul
|
|||||||
AsmScope.h
|
AsmScope.h
|
||||||
AsmScopeFiller.cpp
|
AsmScopeFiller.cpp
|
||||||
AsmScopeFiller.h
|
AsmScopeFiller.h
|
||||||
|
AssemblyStack.h
|
||||||
|
AssemblyStack.cpp
|
||||||
CompilabilityChecker.cpp
|
CompilabilityChecker.cpp
|
||||||
CompilabilityChecker.h
|
CompilabilityChecker.h
|
||||||
Dialect.cpp
|
Dialect.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user