Misc tweaks (#387)

This commit is contained in:
Nikolay Igotti
2017-03-25 11:35:56 +03:00
committed by GitHub
parent 16b076f46d
commit af3b74451d
19 changed files with 254 additions and 46 deletions
@@ -276,7 +276,7 @@ internal class LinkStage(val context: Context) {
}
}
phaser.phase(KonanPhase.LINKER) {
val executable = link(objectFiles)
link(objectFiles)
}
}
}