Move AssemblyStack to libyul.

This commit is contained in:
chriseth 2019-02-13 11:57:08 +01:00
parent bbeab9ffdf
commit d073eb1544
4 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -13,6 +13,8 @@ add_library(yul
AsmScope.h
AsmScopeFiller.cpp
AsmScopeFiller.h
AssemblyStack.h
AssemblyStack.cpp
CompilabilityChecker.cpp
CompilabilityChecker.h
Dialect.cpp