Re: [llvm-commits] [llvm-gcc] CAST Patch for llvm-gcc (Please Commit!)

2006-11-27 Thread Reid Spencer
On Mon, 2006-11-27 at 09:54 -0400, Jim Laskey wrote: > Reid, > > Your ConvertInst changes are not in the llvm tree as yet, Oops. Please apply the attached patch for rs6000.h. Thanks, Reid. > so this > fails to build on PowerPC. Won't make today's llvm-gcc mirror. Hmm .. you mean config/

Re: [llvm-commits] [llvm-gcc] CAST Patch for llvm-gcc (Please Commit!)

2006-11-27 Thread Jim Laskey
Reid, Your ConvertInst changes are not in the llvm tree as yet, so this fails to build on PowerPC. Won't make today's llvm-gcc mirror. Cheers, -- Jim On Nov 26, 2006, at 9:30 PM, Reid Spencer wrote: The LLVM Cast patch has been committed. Please commit this patch to llvm-gcc as soon as

[llvm-commits] [llvm-gcc] CAST Patch for llvm-gcc (Please Commit!)

2006-11-26 Thread Reid Spencer
The LLVM Cast patch has been committed. Please commit this patch to llvm-gcc as soon as possible so nightly tests don't break for too long. If you're maintaining your own llvm-gcc source, please apply this to SVN revision 210 if you update LLVM. Thanks, Reid. Index: gcc/llvm-convert.cpp ===