Pass SymbolTable to Symbols constructor
(cherry picked from commit 4693cd79d8ce5287616227e1fb7fa566e41a5d65)
This commit is contained in:
committed by
Vasily Levchenko
parent
1c0e3339e9
commit
ecd63a8dd9
+1
-1
@@ -45,7 +45,7 @@ internal class KonanSymbols(
|
||||
private val symbolTable: SymbolTable,
|
||||
lazySymbolTable: ReferenceSymbolTable,
|
||||
val functionIrClassFactory: BuiltInFictitiousFunctionIrClassFactory
|
||||
): Symbols<Context>(context, lazySymbolTable) {
|
||||
): Symbols<Context>(context, symbolTable) {
|
||||
|
||||
val entryPoint = findMainEntryPoint(context)?.let { symbolTable.referenceSimpleFunction(it) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user