From 11798e296b2b6becc08955b609bda27ff5fefc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Sch=C3=A4fer?= Date: Tue, 4 Feb 2020 15:07:02 +0100 Subject: [PATCH] JVM IR: Implement LookupLocation in IrSourceCompilerForInline This is used when compiling calls to inline functions with a different @JvmName for incremental compilation. Original commit: 76f8109ff60fdc7bd20395f29665ef0193e8f755 --- .../incremental/pureKotlin/inlinePropertyInClass/directives.txt | 1 - .../pureKotlin/inlinePropertyOnTopLevel/directives.txt | 1 - .../other/inlineTopLevelFunctionWithJvmName/directives.txt | 1 - .../other/inlineTopLevelValPropertyWithJvmName/directives.txt | 1 - 4 files changed, 4 deletions(-) delete mode 100644 jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyInClass/directives.txt delete mode 100644 jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyOnTopLevel/directives.txt delete mode 100644 jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelFunctionWithJvmName/directives.txt delete mode 100644 jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelValPropertyWithJvmName/directives.txt diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyInClass/directives.txt b/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyInClass/directives.txt deleted file mode 100644 index 5099b2ad971..00000000000 --- a/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyInClass/directives.txt +++ /dev/null @@ -1 +0,0 @@ -// IGNORE_BACKEND: JVM_IR diff --git a/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyOnTopLevel/directives.txt b/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyOnTopLevel/directives.txt deleted file mode 100644 index 5099b2ad971..00000000000 --- a/jps/jps-plugin/testData/incremental/pureKotlin/inlinePropertyOnTopLevel/directives.txt +++ /dev/null @@ -1 +0,0 @@ -// IGNORE_BACKEND: JVM_IR diff --git a/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelFunctionWithJvmName/directives.txt b/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelFunctionWithJvmName/directives.txt deleted file mode 100644 index 5099b2ad971..00000000000 --- a/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelFunctionWithJvmName/directives.txt +++ /dev/null @@ -1 +0,0 @@ -// IGNORE_BACKEND: JVM_IR diff --git a/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelValPropertyWithJvmName/directives.txt b/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelValPropertyWithJvmName/directives.txt deleted file mode 100644 index 5099b2ad971..00000000000 --- a/jps/jps-plugin/testData/incremental/withJava/other/inlineTopLevelValPropertyWithJvmName/directives.txt +++ /dev/null @@ -1 +0,0 @@ -// IGNORE_BACKEND: JVM_IR