[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:
committed by
Space Team
parent
7568ee5a79
commit
e8aa05928d
@@ -155,7 +155,7 @@ public class JVMConfigurationKeys {
|
||||
CompilerConfigurationKey.create("Validate generated JVM bytecode");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> LINK_VIA_SIGNATURES =
|
||||
CompilerConfigurationKey.create("Link JVM IR symbols via signatures, instead of by descriptors");
|
||||
CompilerConfigurationKey.create("Link JVM IR symbols via signatures, instead of by descriptors on the K1 frontend");
|
||||
|
||||
public static final CompilerConfigurationKey<Boolean> ENABLE_DEBUG_MODE =
|
||||
CompilerConfigurationKey.create("Enable debug mode");
|
||||
|
||||
Reference in New Issue
Block a user