Does anybody know if it's possible to have the Kot...
# kotlin-native
m
Does anybody know if it's possible to have the Kotlin/Native compiler not statically link the standard library runtime into the LLVM module? I'm trying to do analysis on the generated LLVM IR, but I end up having to filter through over 200000 lines of IR from the standard runtime... I'm currently grabbing the LLVM IR with
-p bitcode
. Is there any other way of getting it?