(my goal is to end up with a single bitcode file f...
# kotlin-native
j
(my goal is to end up with a single bitcode file for all of my program including any runtime functions)
j
Could we add a flag to not have linkage happen and just stop at the bitcode stage. Like how GCC does it with -S and so on
k
check
-produce bitcode
and
-nostdlib
flags
not sure if this is what you are after tho
j
@krotki I want the entire program + stdlib + runtime all in a single bitcode file not as external references in my bitcode