alternatively, is there any way to get a .so from ...
# kotlin-native
k
alternatively, is there any way to get a .so from the K/N bitcode? i've tried rolling my own with
llc -relocation-model=pic
on the emitted bc but eventually get stuck at the deps being compiled without fPIC