<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><font size="2" face="sans-serif">3.) Then I used clang-cl to generate
a .bc file - but now I'm not able to use "llvm-readobj" anymore.
Is there any tool available which can dump this debug information too?</font> <br></blockquote><div><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​.bc is LLVM bitcode [1], not the usual object file. `llvm-readobj` should works only on the latter.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">​[1] <a href="https://llvm.org/docs/BitCodeFormat.html">https://llvm.org/docs/BitCodeFormat.html</a></div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Wei-Ren Chen (陳韋任)<br>Homepage: <a href="https://people.cs.nctu.edu.tw/~chenwj" target="_blank">https://people.cs.nctu.edu.tw/~chenwj</a></div></div></div>
</div></div>