Move AssemblyStack to libyul.

This commit is contained in:
chriseth
2019-02-13 12:23:07 +01:00
parent bbeab9ffdf
commit d073eb1544
4 changed files with 2 additions and 2 deletions
-2
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
+2
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