[FIR2IR] Unconditionally disable linkViaSignatures on JVM

It was an experimental compilation mode that we don't need anymore.

KT-64809
This commit is contained in:
Sergej Jaskiewicz
2024-01-15 17:33:06 +01:00
committed by Space Team
parent 7568ee5a79
commit e8aa05928d
17 changed files with 88 additions and 43 deletions
@@ -1,5 +1,5 @@
// WITH_STDLIB
// LINK_VIA_SIGNATURES
// LINK_VIA_SIGNATURES_K1
// DUMP_SIGNATURES
// MODULE: maven
+1 -1
View File
@@ -1,6 +1,6 @@
// WITH_STDLIB
// TARGET_BACKEND: JVM_IR
// LINK_VIA_SIGNATURES
// LINK_VIA_SIGNATURES_K1
class Class
interface Interface