[llvm-dev] 答复: hi, Is there any solution about how to add some dwarf info to the IR bitcode file. (original) (raw)

Siddharth Bhat via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 15 06:00:13 PST 2017


If you wish to have LLVM IR in debug info, There used to be a pass called "debugir" which bitrotted. I'm bringing it up-to-date, the code is available here: https://github.com/bollu/llvm/tree/revive-debug-ir

Give it a shot if it makes sense for your use-case.

Cheers, ~Siddharth.

On Wed, 15 Nov 2017 at 12:10 陳韋任 via llvm-dev <llvm-dev at lists.llvm.org> wrote:

Sending this from my phone, please excuse any typos! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171115/eee8e83c/attachment.html>



More information about the llvm-dev mailing list