[llvm-commits] [test-suite] r91925 - /test-suite/trunk/External/SPEC/CINT95/Makefile

Nick Lewycky nicholas at mxc.ca
Tue Dec 22 14:04:35 PST 2009


Daniel Dunbar wrote:
> Author: ddunbar
> Date: Tue Dec 22 16:02:47 2009
> New Revision: 91925
>
> URL: http://llvm.org/viewvc/llvm-project?rev=91925&view=rev
> Log:
> 147.vortex doesn't work on x86_64, skip it.
>   
What? We can't handle SPEC and that's okay now?

Could you explain why this doesn't work?

Nick
> Modified:
>     test-suite/trunk/External/SPEC/CINT95/Makefile
>
> Modified: test-suite/trunk/External/SPEC/CINT95/Makefile
> URL: http://llvm.org/viewvc/llvm-project/test-suite/trunk/External/SPEC/CINT95/Makefile?rev=91925&r1=91924&r2=91925&view=diff
>
> ==============================================================================
> --- test-suite/trunk/External/SPEC/CINT95/Makefile (original)
> +++ test-suite/trunk/External/SPEC/CINT95/Makefile Tue Dec 22 16:02:47 2009
> @@ -9,6 +9,10 @@
>    134.perl \
>    147.vortex
>  
> +ifeq ($(ARCH),x86_64)
> +PARALLEL_DIRS := $(filter-out 147.vortex, $(PARALLEL_DIRS))
> +endif
> +
>  # Include the standard makefiles
>  include ${LEVEL}/External/Makefile.external
>  
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>   




More information about the llvm-commits mailing list