jw
07/06/2023, 2:58 PM.ll
files generated when dumping LLVM IR with the upgrade to 1.9 as documented by https://github.com/JetBrains/kotlin/blob/1.9.0/kotlin-native/HACKING.md#dumping-llvm-ir. I was dumping the VerifyBitcode
phase but I also tried Codegen
. I get the .bc
and .o
and no .ll
anymore. Did something change? I didn't notice anything with a quick poke through the code.Pavel Kunyavskiy [JB]
07/06/2023, 5:12 PMjw
09/05/2023, 1:28 PMVerifyBitcode
is not recommended to be used.
https://github.com/JetBrains/kotlin/commit/c074cf66352fc77e93881f3ace6c84bfc2586278jw
09/05/2023, 1:29 PMjw
09/05/2023, 1:29 PM