mirror of
				https://github.com/ethereum/solidity
				synced 2023-10-03 13:03:40 +00:00 
			
		
		
		
	Move AsmCodeGen.
This commit is contained in:
		
							parent
							
								
									b1a5ffb948
								
							
						
					
					
						commit
						1ff6f2c71c
					
				| @ -51,8 +51,6 @@ set(sources | ||||
| 	codegen/ABIFunctions.h | ||||
| 	codegen/ArrayUtils.cpp | ||||
| 	codegen/ArrayUtils.h | ||||
| 	codegen/AsmCodeGen.cpp | ||||
| 	codegen/AsmCodeGen.h | ||||
| 	codegen/Compiler.cpp | ||||
| 	codegen/Compiler.h | ||||
| 	codegen/CompilerContext.cpp | ||||
|  | ||||
| @ -26,6 +26,8 @@ add_library(yul | ||||
| 	Utilities.h | ||||
| 	YulString.h | ||||
| 	backends/evm/AbstractAssembly.h | ||||
| 	backends/evm/AsmCodeGen.h | ||||
| 	backends/evm/AsmCodeGen.cpp | ||||
| 	backends/evm/EVMAssembly.cpp | ||||
| 	backends/evm/EVMAssembly.h | ||||
| 	backends/evm/EVMCodeTransform.cpp | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user