Remove KotlinSirOrigin hierarchy in favour of direct AA usage #KT-65335 Fixed

Merge-request: KT-MR-14229
Merged-by: Artem Olkov <artem.olkov@jetbrains.com>
This commit is contained in:
Artem Olkov
2024-02-09 18:34:52 +00:00
committed by Space Team
parent c2e0c8b2e9
commit b6c805bbb6
94 changed files with 548 additions and 1912 deletions
-3
View File
@@ -4,10 +4,7 @@ plugins {
tasks.register("sirAllTests") {
dependsOn(
":native:swift:sir:test",
":native:swift:sir-analysis-api:test",
":native:swift:sir-compiler-bridge:test",
":native:swift:sir-passes:test",
":native:swift:sir-printer:test",
":native:swift:swift-export-standalone:test",
)