e: java.lang.AssertionError: Lowering DCEPhase: phases [Devirtualization] are required, but not satisfied
ribesg
09/11/2019, 2:36 PM
Trying with just
"-Xdisable-phases=BuildDFG"
but I have no idea what I’m doing
ribesg
09/11/2019, 2:37 PM
Yeah
Copy code
e: java.lang.AssertionError: Lowering Devirtualization: phases [BuildDFG] are required, but not satisfied
j
Jurriaan Mous
09/11/2019, 3:07 PM
Well I guessed based on the ModuleDFGBuilder in stacktrace and issues I had before in: https://github.com/JetBrains/kotlin-native/issues/3098. If it does not work you probably need to debug deeper with the mentioned method to find actual problem.
r
ribesg
09/11/2019, 3:14 PM
I found a place where I had the same kind of thing and adding a