If emcc a.bc b.bc
gives a link error on a duplicate symbol, running llvm-nm on each of those file will show which symbols they have (see help for "nm" to interpret the output). Then you can use llvm-nm on the files that were linked into those .bc files, if they are linked from other files. On Tue, Apr 5, 2016 at 12:31 PM, colombian developers <[email protected]> wrote: > > how use llvm-nm to test my case .. >> > > please a short example... > > llvm code.c -o ff.html > > > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
