A minor typo in a file name construction.
This commit is contained in:
committed by
alexander-gorshenev
parent
b42916b08e
commit
fc1c5cac09
+1
-1
@@ -87,7 +87,7 @@ internal fun emitLLVM(context: Context) {
|
||||
|
||||
if (!config.getBoolean(KonanConfigKeys.NOLINK)) {
|
||||
val program = config.get(KonanConfigKeys.PROGRAM_NAME)!!
|
||||
val output = "$program}.kt.bc"
|
||||
val output = "${program}.kt.bc"
|
||||
context.bitcodeFileName = output
|
||||
|
||||
phaser.phase(KonanPhase.BITCODE_LINKER) {
|
||||
|
||||
Reference in New Issue
Block a user