On Dec 4, 2007, at 6:01 PM, Scott Michel wrote: > Author: pingbak > Date: Tue Dec 4 20:01:41 2007 > New Revision: 44598 > URL: http://llvm.org/viewvc/llvm-project?rev=44598&view=rev > Log: > More stuff for CellSPU -- this should be enough to get an error-free > compilation (no files missing). Test cases remain to be checked in.
Nice Scott! You really need to update llvm/CREDITS.txt to take credit :) > +++ llvm/trunk/autoconf/configure.ac Tue Dec 4 20:01:41 2007 > @@ -363,6 +363,7 @@ > [Build specific host targets: all,host-only,{target-name} > (default=all)]),, > enableval=all) > case "$enableval" in > + # Note: Add "CellSPU" to all when fully functional. > all) TARGETS_TO_BUILD="X86 Sparc PowerPC Alpha IA64 ARM Mips" ;; Please add CellSPU to all, even though it's not fully functional. A great example is mips, which is also still in development. Once this is in place, we can add SPU tests to llvm/test/Codegen/ CellSPU. Thanks! -Chris _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits