[HMPP] adoption of 8d2e999776
HMPP: Parameterize NativePlatform with KonanTarget
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ fun createTopDownAnalyzerProviderForKonan(
|
|||||||
initContainer: StorageComponentContainer.() -> Unit
|
initContainer: StorageComponentContainer.() -> Unit
|
||||||
): ComponentProvider {
|
): ComponentProvider {
|
||||||
return createContainer("TopDownAnalyzerForKonan", NativePlatformAnalyzerServices) {
|
return createContainer("TopDownAnalyzerForKonan", NativePlatformAnalyzerServices) {
|
||||||
configureModule(moduleContext, NativePlatforms.defaultNativePlatform, NativePlatformAnalyzerServices, bindingTrace, languageVersionSettings)
|
configureModule(moduleContext, NativePlatforms.unspecifiedNativePlatform, NativePlatformAnalyzerServices, bindingTrace, languageVersionSettings)
|
||||||
|
|
||||||
useInstance(declarationProviderFactory)
|
useInstance(declarationProviderFactory)
|
||||||
useImpl<AnnotationResolverImpl>()
|
useImpl<AnnotationResolverImpl>()
|
||||||
|
|||||||
Reference in New Issue
Block a user