[LL FIR] LLFirTargetResolver: add missed checkThatResolvedAtLeastToPreviousPhase check for jumping phase
This commit is contained in:
committed by
Space Team
parent
6a2e785abd
commit
dc898fdf5c
+1
@@ -280,6 +280,7 @@ internal abstract class LLFirTargetResolver(
|
||||
if (doResolveWithoutLock(target)) return
|
||||
|
||||
if (isJumpingPhase) {
|
||||
checkThatResolvedAtLeastToPreviousPhase(target)
|
||||
lockProvider.withJumpingLock(
|
||||
target,
|
||||
resolverPhase,
|
||||
|
||||
Reference in New Issue
Block a user