IR: add module ir.tree.persistent, copy PIR implementation there

Use PersistentIrFactory in JS IR compiler entry points.
This commit is contained in:
Alexander Udalov
2020-07-14 20:57:53 +02:00
parent 9aed92d2dd
commit 77247deb23
48 changed files with 1751 additions and 56 deletions
+1
View File
@@ -62,6 +62,7 @@ val projectsToShadow by extra(listOf(
":idea:idea-gradle-native",
":compiler:ir.psi2ir",
":compiler:ir.tree",
":compiler:ir.tree.persistent",
":js:js.ast",
":js:js.frontend",
":js:js.parser",