runtime: add trivial stack traces to exceptions
This commit is contained in:
committed by
SvyatoslavScherbina
parent
b7b99d5684
commit
f4014b0f29
@@ -90,7 +90,8 @@ abstract class KonanTest extends DefaultTask {
|
||||
println "${bcFile.absolutePath} -> ${outputFile.absolutePath}"
|
||||
println "tool: ${llvmLlc}"
|
||||
project.exec {
|
||||
commandLine "${llvmLlc}", "-o", "${outputFile.absolutePath}" , "${bcFile}"
|
||||
commandLine "${llvmLlc}", "-o", "${outputFile.absolutePath}" , "${bcFile}",
|
||||
'-disable-fp-elim' // currently required for stack traces
|
||||
}
|
||||
return outputFile
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user