Dump declaration mapping during codegen process.

This commit is contained in:
Ilya Gorbunov
2016-03-11 22:55:01 +03:00
parent 68907d05c3
commit 4e49187549
3 changed files with 171 additions and 19 deletions
@@ -398,7 +398,8 @@ object KotlinToJVMBytecodeCompiler {
moduleName,
outputDirectory,
incrementalCompilationComponents,
onIndependentPartCompilationEnd = onIndependentPartCompilationEnd)
onIndependentPartCompilationEnd = onIndependentPartCompilationEnd,
dumpBinarySignatureMappingTo = outputDirectory?.resolve("binary-signatures.json") ?: createTempFile("binary-signatures", ".json"))
ProgressIndicatorAndCompilationCanceledStatus.checkCanceled()
val generationStart = PerformanceCounter.currentTime()