Displaying 1 result from an estimated 1 matches for "createartificial".
2018 Apr 18
1
[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'
+llvm-dev, Adrian
bcc:cfe-users
> On Apr 18, 2018, at 14:20, Levo DeLellis via cfe-users <cfe-users at lists.llvm.org> wrote:
>
> 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.