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

Jeroen Ketema via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 14:58:00 PDT 2016


jketema added a comment.

@echristo Indeed this doesn't quite work: the generated bitcode is parsable, but invalid, because a DIScope cannot be generated. I was planning to expose DIBuilder as a follow up patch, which should resolve this, but given your comment, you think this is not the right time to do this?


http://reviews.llvm.org/D19037





More information about the llvm-commits mailing list