[PL] Log partial linkage messages at different severity
As specified in -Xpartial-linkage-loglevel CLI argument.
This commit is contained in:
committed by
Space Team
parent
d738646a61
commit
1fef48bb60
+2
-2
@@ -16,7 +16,7 @@ interface PartialLinkageSupportForLowerings {
|
||||
partialLinkageCase: PartialLinkageCase,
|
||||
element: IrElement,
|
||||
file: PLFile,
|
||||
suppressWarningInCompilerOutput: Boolean
|
||||
doNotLog: Boolean = false
|
||||
): IrCall
|
||||
|
||||
companion object {
|
||||
@@ -26,7 +26,7 @@ interface PartialLinkageSupportForLowerings {
|
||||
partialLinkageCase: PartialLinkageCase,
|
||||
element: IrElement,
|
||||
file: PLFile,
|
||||
suppressWarningInCompilerOutput: Boolean
|
||||
doNotLog: Boolean
|
||||
): IrCall = error("Should not be called")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user