When I diff the content of the same lib built for ...
# kotlin-native
s
When I diff the content of the same lib built for 2 different targets, the
linkdata/module_data_flow_graph
differs, so I'm not sure I can manually "merge" two klibs.
o
Currently it is somewhat manual process, see how stdlib is being built.
s
So, what I did is manually merging all targets and removing the module_data_flow_graph file as I saw in the code that this file is optional.
o
sounds about right