[LLVMdev] gold plugin example

Rafael Ávila de Espíndola rafael.espindola at gmail.com
Wed Mar 23 13:00:08 PDT 2011


> 
> I have created the links in bfd-plugins, but I had some mistakes in
> handling versions. Now, I found that all combinations of versions work
> well for the example.
> 
> By the way, how can I manually check whether ar and nm work?

Both take --plugin options. You can run nm in a plugin file to see if it
can print the symbols. You can also create an archive with some IL file
in it and check the armap by running "nm -s" in the produced .a file.

> Thanks,
> Sangmin

Cheers,
Rafael



More information about the llvm-dev mailing list