[FIR-PLUGIN] Add prototype of allopen plugin for FIR compiler

This commit is contained in:
Dmitriy Novozhilov
2020-04-24 17:37:34 +03:00
parent 9b43c66f80
commit dd2b7f87f7
12 changed files with 178 additions and 1 deletions
+1
View File
@@ -46,6 +46,7 @@ dependencies {
testCompile(projectTests(":compiler:fir:raw-fir:light-tree2fir"))
testCompile(projectTests(":compiler:fir:fir2ir"))
testCompile(projectTests(":compiler:fir:analysis-tests"))
testCompile(projectTests(":compiler:fir:plugins:allopen-plugin"))
testCompile(projectTests(":compiler:visualizer"))
testCompile(projectTests(":generators:test-generator"))
testCompile(project(":compiler:ir.ir2cfg"))