I'm about to commit my changes to update the InvokeInst constructors to work like CallInst. Untill I get all of the llvm-gcc changes in, there will be a small window where llvm-gcc won't build. This shouldn't take more than 15-20 minutes depending on how fast subversion is. -Dave
On Mon, 27 Aug 2007, David Greene wrote:> I'm about to commit my changes to update the InvokeInst constructors to work > like CallInst. Untill I get all of the llvm-gcc changes in, there will be a > small window where llvm-gcc won't build. This shouldn't take more than > 15-20 minutes depending on how fast subversion is.svn has atomic commits: can you commit both at the same time? or at least one right after the other? :) -Chris -- http://nondot.org/sabre/ http://llvm.org/
On Monday 27 August 2007 13:17, Chris Lattner wrote:> On Mon, 27 Aug 2007, David Greene wrote: > > I'm about to commit my changes to update the InvokeInst constructors to > > work like CallInst. Untill I get all of the llvm-gcc changes in, there > > will be a small window where llvm-gcc won't build. This shouldn't take > > more than 15-20 minutes depending on how fast subversion is. > > svn has atomic commits: can you commit both at the same time? or at least > one right after the other? :)Certainly I can do one right after the other. Unfortunately, I haven't checked out top so there's no connection between the various working directories. I'll try some things to see if I can do it at the same time. -Dave