- 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
This commit is contained in:
Ismail Dönmez 2012-04-26 13:19:08 +00:00 committed by Git OBS Bridge
parent 39d72f1bae
commit 6e8d9a2f65
4 changed files with 15 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3dbe664b25fa4c95ffa156c04adab99af0d5155f596c393b6ffddbebb0d478f8
size 16132490

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5206cb0d1088a96c92b956e31f5f0976fa4f42a5aeb77e258eb366f65c50fee1
size 16437679

View File

@ -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

View File

@ -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)