Move more intrinsics under TypedIntrinsic annotation (#2474)

This commit is contained in:
Sergey Bogolepov
2018-12-19 18:40:30 +03:00
committed by GitHub
parent 992a0a7337
commit baaf6edba7
16 changed files with 432 additions and 418 deletions
@@ -203,7 +203,7 @@ internal fun SearchPathResolverWithTarget.libraryMatch(candidate: KonanLibraryIm
val candidateAbiVersion = candidate.versions.abiVersion
val candidateLibraryVersion = candidate.versions.libraryVersion
if (resolverTarget != null && !candidate.targetList.contains(resolverTarget.visibleName)) {
if (!candidate.targetList.contains(resolverTarget.visibleName)) {
logger("skipping $candidatePath. The target doesn't match. Expected '$resolverTarget', found ${candidate.targetList}")
return false
}