JS IR: moved klib creation to the serialization_test module

This commit is contained in:
Anton Bannykh
2019-03-21 20:12:46 +03:00
parent 0f183ed662
commit ad4c2144a7
11 changed files with 87 additions and 55 deletions
@@ -45,7 +45,7 @@ fun compile(
moduleFragment.files.clear()
moduleFragment.files += irFiles
// TODO Why is this needed?
// Create stubs
ExternalDependenciesGenerator(
moduleDescriptor = moduleDescriptor,
symbolTable = symbolTable,