rpms/llvm/devel llvm.spec,1.34,1.35

Michel Alexandre Salim salimma at fedoraproject.org
Thu Sep 10 03:41:15 UTC 2009


Author: salimma

Update of /cvs/pkgs/rpms/llvm/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4908

Modified Files:
	llvm.spec 
Log Message:
Since clang tests are still failing even on x86, enable them unconditionally
on all platforms (but don't terminate build on error)



Index: llvm.spec
===================================================================
RCS file: /cvs/pkgs/rpms/llvm/devel/llvm.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- llvm.spec	10 Sep 2009 03:09:21 -0000	1.34
+++ llvm.spec	10 Sep 2009 03:41:14 -0000	1.35
@@ -196,9 +196,9 @@ make %{_smp_mflags} \
 # http://www.nabble.com/LLVM-2.6-pre1%3A-test-failures-on-Fedora-11.91-%28Rawhide%29-ppc-td25334198.html
 %ifnarch ppc
 cd obj && make check
+%endif
 # some clang tests still fail, preserve test results
 (cd tools/clang && make test 2>&1) | tee ../testlog.txt || true
-%endif
 
 
 %install




More information about the fedora-extras-commits mailing list