From 6e8d9a2f6575be895e4427b2ffef594fb79f42f59158813d4f85ec0f79bd0faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 26 Apr 2012 13:19:08 +0000 Subject: [PATCH] - Update to svn revision 155574 from 3.1 branch * Crash fixes * Correctly enable compiler-rt * Remove unneeded runtime python dependencies OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=142 --- llvm-3.0.99+svn155320.tar.bz2 | 3 --- llvm-3.0.99+svn155574.tar.bz2 | 3 +++ llvm.changes | 8 ++++++++ llvm.spec | 17 ++++------------- 4 files changed, 15 insertions(+), 16 deletions(-) delete mode 100644 llvm-3.0.99+svn155320.tar.bz2 create mode 100644 llvm-3.0.99+svn155574.tar.bz2 diff --git a/llvm-3.0.99+svn155320.tar.bz2 b/llvm-3.0.99+svn155320.tar.bz2 deleted file mode 100644 index aea83b2..0000000 --- a/llvm-3.0.99+svn155320.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3dbe664b25fa4c95ffa156c04adab99af0d5155f596c393b6ffddbebb0d478f8 -size 16132490 diff --git a/llvm-3.0.99+svn155574.tar.bz2 b/llvm-3.0.99+svn155574.tar.bz2 new file mode 100644 index 0000000..e500102 --- /dev/null +++ b/llvm-3.0.99+svn155574.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5206cb0d1088a96c92b956e31f5f0976fa4f42a5aeb77e258eb366f65c50fee1 +size 16437679 diff --git a/llvm.changes b/llvm.changes index eaa73b2..b33235e 100644 --- a/llvm.changes +++ b/llvm.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Apr 26 12:35:35 UTC 2012 - idonmez@suse.com + +- Update to svn revision 155574 from 3.1 branch + * Crash fixes + * Correctly enable compiler-rt + * Remove unneeded runtime python dependencies + ------------------------------------------------------------------- Thu Apr 26 10:55:02 UTC 2012 - idonmez@suse.com diff --git a/llvm.spec b/llvm.spec index 0c7c40e..af62f60 100644 --- a/llvm.spec +++ b/llvm.spec @@ -16,12 +16,12 @@ # -%define _revision 154914 +%define _revision 155574 %define _release_version 3.1 %define _supported_archs "arm,x86" Name: llvm -Version: 3.0.99+svn155320 +Version: 3.0.99+svn155574 Release: 0 Summary: Low Level Virtual Machine License: NCSA @@ -103,7 +103,6 @@ Requires: %{name} = %{version} Requires: binutils Requires: libstdc++-devel Provides: clang -%{py_requires} %description clang This package contains the clang (C language) frontend for LLVM. @@ -114,7 +113,6 @@ Summary: CLANG frontend for LLVM (devel package) Group: Development/Languages/Other Requires: clang = %{version} Requires: llvm-devel = %{version} -%{py_requires} %description clang-devel This package contains the clang (C language) frontend for LLVM. @@ -148,9 +146,6 @@ sed -i s,LLVM_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp # Nasty hardcoded path sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp -# FIXME -rm -rf projects/compiler_rt - # Only enable target archs otherwise llvm-config is messed up sed -i s,"subdirectories = .*","subdirectories = ARM X86", lib/Target/LLVMBuild.txt sed -i s,"IntelJITEvents OProfileJIT","", lib/ExecutionEngine/LLVMBuild.txt @@ -283,7 +278,7 @@ rm %{buildroot}%{_libdir}/LLVMHello.* %fdupes -s %{buildroot}%{_docdir}/%{name} %fdupes -s %{buildroot}%{_docdir}/%{name}-doc -%post clang -p /sbin/ldconfig +%post clang -p /sbin/ldconfig %postun clang -p /sbin/ldconfig @@ -332,11 +327,7 @@ rm %{buildroot}%{_libdir}/LLVMHello.* %if 0%{?suse_version} >= 1220 %{_libdir}/LLVMgold.so %endif -%dir %{_libdir}/clang -%dir %{_libdir}/clang/* -%dir %{_libdir}/clang/*/include -%{_libdir}/clang/*/include/*.h -%{_libdir}/clang/*/include/module.map +%{_libdir}/clang %files clang-devel %defattr(-,root,root)