search for: subroutineinfo

Displaying 5 results from an estimated 5 matches for "subroutineinfo".

2011 Sep 24
2
[LLVMdev] DIBuilder - what's with the null compile units?
Hi, Thanks for bringing this up, I'm just about to investigate an identical case which has broken our front-end. Both ours and clang generate subroutineinfo with null compilationunits, but ours asserts and clang's doesn't. I'll take a look at this on Monday, if it is a bug in LLVM. Cheers, James -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Devang Patel Sent: 23 Sept...
2011 Sep 26
0
[LLVMdev] DIBuilder - what's with the null compile units?
...eptember 2011 09:38 To: Devang Patel; Talin Cc: LLVM Developers Mailing List Subject: Re: [LLVMdev] DIBuilder - what's with the null compile units? Hi, Thanks for bringing this up, I'm just about to investigate an identical case which has broken our front-end. Both ours and clang generate subroutineinfo with null compilationunits, but ours asserts and clang's doesn't. I'll take a look at this on Monday, if it is a bug in LLVM. Cheers, James -----Original Message----- From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiuc.edu] On Behalf Of Devang Patel Sent: 23 Sept...
2011 Sep 23
0
[LLVMdev] DIBuilder - what's with the null compile units?
On Sep 23, 2011, at 12:39 PM, Talin wrote: > Sometime about two months ago, something changed in LLVM that broke my frontend's ability to generate debug info. This was around the time that the requirement to call DIBuilder::finalize() was added (and yes, I am calling it.) Specifically, what I am seeing is an assertion failure in llc because it can't find the compile unit for a
2011 Sep 23
3
[LLVMdev] DIBuilder - what's with the null compile units?
Sometime about two months ago, something changed in LLVM that broke my frontend's ability to generate debug info. This was around the time that the requirement to call DIBuilder::finalize() was added (and yes, I am calling it.) Specifically, what I am seeing is an assertion failure in llc because it can't find the compile unit for a subroutine. I took a look at the code in DIBuilder.cpp,
2011 Oct 23
2
[LLVMdev] DIBuilder - what's with the null compile units?
...Talin > Cc: LLVM Developers Mailing List > Subject: Re: [LLVMdev] DIBuilder - what's with the null compile units? > > Hi, > > Thanks for bringing this up, I'm just about to investigate an identical > case which has broken our front-end. Both ours and clang generate > subroutineinfo with null compilationunits, but ours asserts and clang's > doesn't. > > I'll take a look at this on Monday, if it is a bug in LLVM. > > Cheers, > > James > > -----Original Message----- > From: llvmdev-bounces at cs.uiuc.edu [mailto:llvmdev-bounces at cs.uiu...