search for: bocchino

Displaying 20 results from an estimated 66 matches for "bocchino".

2006 Apr 07
3
[LLVMdev] CVS Broken?
I just updated from CVS, and after doing a clean rebuild I get this error: /Users/bocchino/llvm-checkin/src/include/llvm/IntrinsicInst.h: In static member function 'static bool llvm::DbgInfoIntrinsic::classof (const llvm::IntrinsicInst*)': /Users/bocchino/llvm-checkin/src/include/llvm/IntrinsicInst.h:77: error: 'dbg_declare' is not a member of 'llvm::Intrinsic...
2006 Apr 07
0
[LLVMdev] CVS Broken?
On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: > I just updated from CVS, and after doing a clean rebuild I get this error: Are you sure that no conflicts prevented updating from going smoothly? How are you building (srcdir ==/!= objdir)? -Chris > /Users/bocchino/llvm-checkin/src/include/llvm/IntrinsicInst.h: In static &gt...
2006 Apr 07
2
[LLVMdev] CVS Broken?
I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This is on persephone. Are you not getting this error? Perhaps I should check out a fresh tree and try to compile it? Rob On Apr 7, 2006, at 11:40 AM, Chris Lattner wrote: > On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: >> I just updated from CVS, and after doing a clean rebuild I get >> this error: > > Are you sure that no conflicts prevented updating from going > smoothly? How are you building (srcdir ==/!= objdir)? > > -Chris > >> /Users/bocchino/llvm-checkin/s...
2006 Apr 07
2
[LLVMdev] CVS Broken?
I've done several CVS head builds today .. no problems on Linux. Reid. On Fri, 2006-04-07 at 11:53 -0500, Chris Lattner wrote: > On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: > > > I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This > > is on persephone. > > > > Are you not getting this error? Perhaps I should check out a fresh tree and > > try to compile it? > > Nope, I don't think any...
2006 Apr 07
0
[LLVMdev] CVS Broken?
On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: > I did a utils/cvsupdate, and there are no conflicts. srcdir != objdir. This > is on persephone. > > Are you not getting this error? Perhaps I should check out a fresh tree and > try to compile it? Nope, I don't think anyone else is getting this error. If you...
2006 Apr 07
0
[LLVMdev] CVS Broken?
...a problem for anyone checking out a fresh tree. Rob On Apr 7, 2006, at 12:21 PM, Reid Spencer wrote: > I've done several CVS head builds today .. no problems on Linux. > > Reid. > > On Fri, 2006-04-07 at 11:53 -0500, Chris Lattner wrote: >> On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: >> >>> I did a utils/cvsupdate, and there are no conflicts. srcdir != >>> objdir. This >>> is on persephone. >>> >>> Are you not getting this error? Perhaps I should check out a >>> fresh tree and >>> try to comp...
2006 Apr 07
2
[LLVMdev] CVS Broken?
OK, when I copy $(SRCDIR)/include/llvm/Intrinsics.gen to $(OBJDIR)/ include/llvm/ by hand after building (and failing) once, the build succeeds. This is definitely a makefile bug. Rob On Apr 7, 2006, at 11:40 AM, Chris Lattner wrote: > On Fri, 7 Apr 2006, Robert L. Bocchino Jr. wrote: >> I just updated from CVS, and after doing a clean rebuild I get >> this error: > > Are you sure that no conflicts prevented updating from going > smoothly? How are you building (srcdir ==/!= objdir)? > > -Chris > >> /Users/bocchino/llvm-checkin/s...
2006 Jan 06
2
[LLVMdev] Dynamically loaded passes under OS X
...cross platform dynamic loading. If there are > paths or > files that we're not looking for on OS/X then that needs to be fixed. > Could you be a little more specific about what failures you are > experiencing? > > Reid. > > On Fri, 2006-01-06 at 14:25 -0600, Robert L. Bocchino Jr. wrote: >> Hi, >> >> >> In the past, I haven't been able to get dynamically loaded passes to >> work under OS X. When I follow the instructions in the LLVM >> documentation, everything works fine for Linux, but OS X has a >> different way of handlin...
2006 Jan 08
0
[LLVMdev] Dynamically loaded passes under OS X
...ct Library sample.o /proj/install/lib/libstdc++.a: member /proj/install/lib/libstdc++.a (allocator-inst.o) in archive is not an object collect2: ld returned 1 exit status make[4]: *** [/proj/llvm/build/projects/sample/Debug/lib/sample.la] Error 1 Reid. On Fri, 2006-01-06 at 16:53 -0600, Robert L. Bocchino Jr. wrote: > When I tried this a while back, the .so file wasn't being built on Mac > OS X. Now it looks like it is. I got dynamic loading to work > following the instructions > in http://llvm.cs.uiuc.edu/docs/WritingAnLLVMPass.html. However, > there was a typo in the instruct...
2009 Jun 29
3
[LLVMdev] About debug in LLVM!!!
Hi all LLVMdev! Here is a question: I try to understand how I can realize a debugging in LLVM!? I have written a back end for my target and now I need a debug. I asked developers Chris Lattner and Robert L. Bocchino. They recommend me ask the LLVMdev. Is there a tool like "llvm-db" about Robert said? Here a mail from Robert: On Jun 29, 2009, at 17:14 PM, Robert L. Bocchino Jr wrote: Hi Artem, Thanks for your interest in LLVM. I haven't ever used LLVM for source-level debugging. From...
2006 Apr 18
3
[LLVMdev] 1.7 Pre-Release Ready for Testing
...gt; > -Chris > > -- > http://nondot.org/sabre/ > http://llvm.org/ > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev Robert L. Bocchino Jr. Ph.D. Student, Computer Science University of Illinois, Urbana-Champaign -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060418/dde8b895/attachment.html>
2006 Jan 06
2
[LLVMdev] Dynamically loaded passes under OS X
...xist. In the past, I've worked around this by just linking all my passes into opt, but this isn't going to work for me anymore. So how do I get dynamically loaded passes to work on the Mac? Chris, you probably know the answer to this since you're a Mac user now. Rob Robert L. Bocchino Jr. Ph.D. Student University of Illinois, Urbana-Champaign -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060106/eff816f4/attachment.html>
2006 Apr 19
0
[LLVMdev] 1.7 Pre-Release Ready for Testing
I haven't seen anyone claim x86 linux objdir == srcdir, so I'll test it out. Missed the 18th,but I'll try to have it done asap. On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote: > I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir. > > Rob > > On Apr 16, 2006, at 1:42 PM, Chris Lattner wrote: > >> On Sun, 16 Apr 2006, Tanya Lattner wrote: >>> For testing, we would like a mix of people to do x86 and ppc. >&gt...
2006 Jan 06
0
[LLVMdev] Dynamically loaded passes under OS X
...is the dynamic loader used by LLVM for cross platform dynamic loading. If there are paths or files that we're not looking for on OS/X then that needs to be fixed. Could you be a little more specific about what failures you are experiencing? Reid. On Fri, 2006-01-06 at 14:25 -0600, Robert L. Bocchino Jr. wrote: > Hi, > > > In the past, I haven't been able to get dynamically loaded passes to > work under OS X. When I follow the instructions in the LLVM > documentation, everything works fine for Linux, but OS X has a > different way of handling dynamic loading, and the...
2006 May 10
1
[LLVMdev] Re: LLVMdev Digest, Vol 16, Issue 14
> > ------------------------------ > > Message: 3 > Date: Tue, 18 Oct 2005 15:20:29 -0500 > From: "Robert L. Bocchino Jr." <bocchino at uiuc.edu> > Subject: [LLVMdev] Vector LLVM checked in! > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Message-ID: <64dde68b5934d83056aeb3c9f66afe7e at uiuc.edu> > Content-Type: text/plain; charset="windows-1252" > >...
2009 Jun 29
0
[LLVMdev] About debug in LLVM!!!
...ging eventually. - Sanjiv Rudskyy wrote: > > Hi all LLVMdev! > > Here is a question: > > I try to understand how I can realize a debugging in LLVM!? > > I have written a back end for my target and now I need a debug. > > I asked developers Chris Lattner and Robert L. Bocchino. They > recommend me ask the LLVMdev. > > Is there a tool like "llvm-db" about Robert said? > > Here a mail from Robert: > > _On Jun 29, 2009, at 17:14 PM, Robert L. Bocchino Jr wrote:_ > > Hi Artem, > > Thanks for your interest in LLVM. I haven't eve...
2005 May 29
0
[LLVMdev] Bug in Makefile
...o be incorrect. In the general case, it doesn't build the tools, and building the runtime without the tools causes the build to crash. Also, the examples directory is empty, so building into it causes an error. Can someone fix this? Or I can, with authorization. Thanks, Rob Robert L. Bocchino Jr. Ph.D. Student University of Illinois, Urbana-Champaign
2005 Jun 12
0
[LLVMdev] Apple to move to Intel CPU's
...of the market, and probably the end of the > PowerPC. >   > Aaron >   > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev > Robert L. Bocchino Jr. Ph.D. Student University of Illinois, Urbana-Champaign -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1226 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20050612/b2b184b1/attac...
2005 Oct 18
3
[LLVMdev] Internalize or build broken?
..._symbols.lst'! It looks like the necessary files are there, but either the build environment isn't finding them, or Internalize can't load them for some other reason. Someone changed Internalize recently, right? Is it possible this change introduced a bug? Thanks. Rob Robert L. Bocchino Jr. Ph.D. Student, Computer Science University of Illinois, Urbana-Champaign -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 722 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/200510...
2006 Apr 19
3
[LLVMdev] 1.7 Pre-Release Ready for Testing
On 4/19/06, Patrick Meredith <pmeredit at uiuc.edu> wrote: > I haven't seen anyone claim x86 linux objdir == srcdir, so I'll test it out. > Missed the 18th,but I'll try to have it done asap. > > > On Apr 18, 2006, at 2:51 PM, Robert L. Bocchino Jr. wrote: > I'll test on Darwin/PPC, precompiled llvmgcc, objdir == srcdir. > > Rob > Sorry for being ambiguous. x86 builds only if srcdir != objdir. otherwise you get the error i had earlier. -- www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers