search for: 8df8a86c

Displaying 2 results from an estimated 2 matches for "8df8a86c".

2009 Dec 02
0
[LLVMdev] A few more source level debugging questions
On Tue, Dec 1, 2009 at 10:56 PM, Talin <viridia at gmail.com> wrote: > So, based on the info that I got from Devang, I was able to solve the > problem with the duplicate assembly symbols, although I still don't quite > understand why it was generating erroneous metadata in the first place. For > example, through trial and error I discovered that the problem disappeared >
2009 Dec 02
3
[LLVMdev] A few more source level debugging questions
So, based on the info that I got from Devang, I was able to solve the problem with the duplicate assembly symbols, although I still don't quite understand why it was generating erroneous metadata in the first place. For example, through trial and error I discovered that the problem disappeared if I passed my DICompileUnit to CreateLocation() rather than my DISubprogram, but I don't know