[PATCH] D19037: [llvm-c] Add the ability to create debug locations

Eric Christopher via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 14:52:22 PDT 2016


echristo added a comment.

I'd be really surprised if this debug information worked. To make it work you need DISubprogram metadata which I don't think we want to put in the C API right now - at least not without serious stability caveats.


http://reviews.llvm.org/D19037





More information about the llvm-commits mailing list