Displaying 2 results from an estimated 2 matches for "899fad67".
2018 Jan 17
0
Dumping debug information from BC files
...` 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>
2018 Jan 17
2
Dumping debug information from BC files
Hello LLVM-World,
I have a question about dumping debug information.
1.) I have compiled an object file with visual studio and debug
information. Then I used "llvm-readobj -codeview" and dumped the debug
information into a file.
This is working great
2.) I used clang-cl for the same task and finally dumped it again with
"llvm-readobj".
Worked great too.
3.) Then I used