Hi Reid, You've got a TimeValue.cpp which it looks like you just added to lib/System, but I can't compile it on Darwin because there's no Darwin/TimeValue.cpp. This breaks my ppc build. I'm not sure what TimeValue was supposed to be for, so I just blew it away in my tree. Please take a look at this. -Brian -- gaeke at uiuc.edu
This should be fixed. Sorry for the breakage. I forgot to commit a bunch of files. Reid. On Fri, 2004-09-24 at 20:33, Brian R. Gaeke wrote:> Hi Reid, > > You've got a TimeValue.cpp which it looks like you just added to lib/System, > but I can't compile it on Darwin because there's no Darwin/TimeValue.cpp. > This breaks my ppc build. I'm not sure what TimeValue was supposed to be for, > so I just blew it away in my tree. Please take a look at this. > > -Brian-------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040924/a57948aa/attachment.sig>
Seems to be working now. Thanks.> This should be fixed. Sorry for the breakage. I forgot to commit a bunch > of files. > > On Fri, 2004-09-24 at 20:33, Brian R. Gaeke wrote: > > You've got a TimeValue.cpp which it looks like you just added to lib/System, > > but I can't compile it on Darwin because there's no Darwin/TimeValue.cpp. > > This breaks my ppc build. I'm not sure what TimeValue was supposed to be for, > > so I just blew it away in my tree. Please take a look at this.
Here are the FreeBSD and Win32 versions of TimeValue.cpp (along with all the other Win32 changes I've submitted that have yet to be comitted). Note there is a bug in all the Unix versions in that the time is not being converted from the Posix origin of 1/1/1970. On Fri, 24 Sep 2004 22:06:37 -0700 Reid Spencer <reid at x10sys.com> wrote:> This should be fixed. Sorry for the breakage. I forgot to commit a bunch > of files. > > Reid. > > On Fri, 2004-09-24 at 20:33, Brian R. Gaeke wrote: > > Hi Reid, > > > > You've got a TimeValue.cpp which it looks like you just added to lib/System, > > but I can't compile it on Darwin because there's no Darwin/TimeValue.cpp. > > This breaks my ppc build. I'm not sure what TimeValue was supposed to be for, > > so I just blew it away in my tree. Please take a look at this. > > > > -Brian >-------------- next part -------------- A non-text attachment was scrubbed... Name: diff.out Type: application/octet-stream Size: 10831 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040925/736ae4c2/attachment.obj>