[kotlin compiler][update] 1.2.70-dev-764

This commit is contained in:
Vasily Levchenko
2018-07-30 11:50:01 +03:00
parent 34fe09c59c
commit a28c435d95
2 changed files with 4 additions and 3 deletions
@@ -69,7 +69,8 @@ fun runTopLevelPhases(konanConfig: KonanConfig, environment: KotlinCoreEnvironme
phaser.phase(KonanPhase.PSI_TO_IR) {
// Translate AST to high level IR.
val translator = Psi2IrTranslator(Psi2IrConfiguration(false))
val translator = Psi2IrTranslator(context.config.configuration.languageVersionSettings,
Psi2IrConfiguration(false))
val generatorContext = translator.createGeneratorContext(context.moduleDescriptor, bindingContext)
@Suppress("DEPRECATION")
context.psi2IrGeneratorContext = generatorContext
+2 -2
View File
@@ -20,8 +20,8 @@ remoteRoot=konan_tests
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_120_Compiler
testDataVersion=1226829:id
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.70-dev-616,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.70-dev-616
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.70-dev-764,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.70-dev-764
konanVersion=0.9
org.gradle.jvmargs='-Dfile.encoding=UTF-8'