[llvm-dev] Dumping debug information from BC files

陳韋任 via llvm-dev llvm-dev at lists.llvm.org
Wed Jan 17 05:09:37 PST 2018


>
> 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?
>

​.bc is LLVM bitcode [1], not the usual object file. `llvm-readobj` should
works only on the latter.

​[1] https://llvm.org/docs/BitCodeFormat.html

-- 
Wei-Ren Chen (陳韋任)
Homepage: https://people.cs.nctu.edu.tw/~chenwj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20180117/899fad67/attachment.html>


More information about the llvm-dev mailing list