[LLVMdev] Binutils and LLVM - gathering information

Eric Christopher echristo at gmail.com
Tue Nov 6 15:05:37 PST 2012


> * as (assembler) -- There is llvm-as, but it appears to be an assembler
> for LLVM bitcode.
>
>
clang has an integrated assembler. llvm-mc will work as well.


>
> * gprof (Displays profiling information) -- ????
>
>
llvm-cov, I don't know how well it works at all.


>
> * readelf (Displays information from any ELF format object file) -- ????
>
>
Probably not completely, but llvm-objdump can deal with anything that's not
there (or be adapted to do so).

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121106/70300b29/attachment.html>


More information about the llvm-dev mailing list