search for: llvmdebugversion10

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

Did you mean: llvmdebugversion
2011 Sep 05
2
[LLVMdev] Internal API Changes
.... > > you might want to take a look at this llvm-gcc commit: > > r137753 | dpatel | 2011-08-16 23:03:26 +0200 (Tue, 16 Aug 2011) | 3 lines > > DIBuilder is moving forward to reduce in memory use by MDNodes. However, > DIFactory does not emit debug info in updated form. > Use LLVMDebugVersion10 directly here so that debug info nodes produced by > DIFactory do not claim to adhere newer structure. > > I'm not sure I understand. I'm using DIBuilder, not DIFactory, since I thought DIFactory was deprecated. > Ciao, Duncan. > > > > > On Wed, Aug 31, 2011 at...
2011 Sep 05
0
[LLVMdev] Internal API Changes
...tell if they are hooked up correctly. you might want to take a look at this llvm-gcc commit: r137753 | dpatel | 2011-08-16 23:03:26 +0200 (Tue, 16 Aug 2011) | 3 lines DIBuilder is moving forward to reduce in memory use by MDNodes. However, DIFactory does not emit debug info in updated form. Use LLVMDebugVersion10 directly here so that debug info nodes produced by DIFactory do not claim to adhere newer structure. Ciao, Duncan. > > On Wed, Aug 31, 2011 at 9:07 AM, Devang Patel <dpatel at apple.com > <mailto:dpatel at apple.com>> wrote: > > > On Aug 22, 2011, at 6:48 AM, Ir...
2011 Sep 05
0
[LLVMdev] Internal API Changes
...might want to take a look at this llvm-gcc commit: > > r137753 | dpatel | 2011-08-16 23:03:26 +0200 (Tue, 16 Aug 2011) | 3 lines > > DIBuilder is moving forward to reduce in memory use by MDNodes. However, > DIFactory does not emit debug info in updated form. > Use LLVMDebugVersion10 directly here so that debug info nodes produced by > DIFactory do not claim to adhere newer structure. > > I'm not sure I understand. I'm using DIBuilder, not DIFactory, since I thought > DIFactory was deprecated. > > Ciao, Duncan. > > > > &gt...
2011 Sep 05
2
[LLVMdev] Internal API Changes
So, I just sync'd to LLVM tip and added the call to DIBuilder::finalize(). But even with that change I am getting an error when I try to run llc: Assertion failed: (TheCU && "Unable to find compile unit!"), function endFunction, file /Users/talin/Projects/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp, line 1306. And looking at the .bc dissassembly, I see there are indeed
2011 Sep 06
1
[LLVMdev] Internal API Changes
...ook at this llvm-gcc commit: >> >> r137753 | dpatel | 2011-08-16 23:03:26 +0200 (Tue, 16 Aug 2011) | 3 lines >> >> DIBuilder is moving forward to reduce in memory use by MDNodes. However, >> DIFactory does not emit debug info in updated form. >> Use LLVMDebugVersion10 directly here so that debug info nodes produced by >> DIFactory do not claim to adhere newer structure. >> >> I'm not sure I understand. I'm using DIBuilder, not DIFactory, since I thought >> DIFactory was deprecated. >> >> Ciao, Duncan. >>...