<br><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
* as (assembler) -- There is llvm-as, but it appears to be an assembler for LLVM bitcode.<br>
<br></blockquote><div><br></div><div>clang has an integrated assembler. llvm-mc will work as well.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>

* gprof (Displays profiling information) -- ????<br>
<br></blockquote><div><br></div><div>llvm-cov, I don't know how well it works at all.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
* readelf (Displays information from any ELF format object file) -- ????<br>
<br></blockquote><div><br></div><div>Probably not completely, but llvm-objdump can deal with anything that's not there (or be adapted to do so).</div><div><br></div><div>-eric</div></div></div>