[cfe-users] How to handle debug information not in source/How do I handle the error 'inlinable function call in a function with debug info must have a !dbg location'

Levo DeLellis via cfe-users cfe-users at lists.llvm.org
Wed Apr 18 14:20:39 PDT 2018


I'm having an issue with the error "inlinable function call in a function
with debug info must have a !dbg location"

My language will automatically call a destructor for you. LLVM is forcing
me to use give it debug information. I try to with DILocation however scope
is mandatory field. However since the destructor is generated it doesn't
exist in source. So when I try making DISubprogram for the scope I need to
give it invalid lines.

What's the best way to handle debugging information that doesn't exist in
source?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-users/attachments/20180418/2d338a60/attachment.html>


More information about the cfe-users mailing list