- Update to svn revision 155320 from 3.1 branch
* AVX fixes OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=135
This commit is contained in:
parent
080df248c4
commit
080c925bd8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:af9ae518982b9385f4bceae48eafcf1ffb309bbd2422a5a95aa1df00f0d216aa
|
|
||||||
size 16144645
|
|
3
llvm-3.0.99+svn155320.tar.bz2
Normal file
3
llvm-3.0.99+svn155320.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3dbe664b25fa4c95ffa156c04adab99af0d5155f596c393b6ffddbebb0d478f8
|
||||||
|
size 16132490
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 22 19:24:24 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to svn revision 155320 from 3.1 branch
|
||||||
|
* AVX fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 17 07:48:50 UTC 2012 - idonmez@suse.com
|
Tue Apr 17 07:48:50 UTC 2012 - idonmez@suse.com
|
||||||
|
|
||||||
|
21
llvm.spec
21
llvm.spec
@ -21,7 +21,7 @@
|
|||||||
%define _supported_archs "arm,x86"
|
%define _supported_archs "arm,x86"
|
||||||
|
|
||||||
Name: llvm
|
Name: llvm
|
||||||
Version: 3.0.99+svn154914
|
Version: 3.0.99+svn155320
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Low Level Virtual Machine
|
Summary: Low Level Virtual Machine
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -143,9 +143,6 @@ rm tools/clang/test/Driver/x86_features.c
|
|||||||
sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
|
sed -i s,SVN_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
|
||||||
sed -i s,LLVM_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
|
sed -i s,LLVM_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
|
||||||
|
|
||||||
# FIXME
|
|
||||||
rm -rf projects/compiler_rt
|
|
||||||
|
|
||||||
# Nasty hardcoded path
|
# Nasty hardcoded path
|
||||||
sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp
|
sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp
|
||||||
|
|
||||||
@ -281,17 +278,13 @@ install -m 755 -d %{buildroot}%{_datadir}/vim/site/syntax/
|
|||||||
install -m 644 utils/vim/*.vim %{buildroot}%{_datadir}/vim/site/syntax/
|
install -m 644 utils/vim/*.vim %{buildroot}%{_datadir}/vim/site/syntax/
|
||||||
mv utils/vim/README utils/vim/README.vim
|
mv utils/vim/README utils/vim/README.vim
|
||||||
|
|
||||||
# Remove gtest library
|
|
||||||
rm -f %{buildroot}%{_libdir}/*gtest*
|
|
||||||
|
|
||||||
# Wrong lib name + static
|
|
||||||
rm -f %{buildroot}%{_libdir}/liblibclang.a
|
|
||||||
|
|
||||||
# Stuff we don't want to include
|
# Stuff we don't want to include
|
||||||
rm -f %{buildroot}%{_libdir}/BugpointPasses.*
|
rm %{buildroot}%{_libdir}/*clang*.a
|
||||||
rm -f %{buildroot}%{_libdir}/LLVMHello.*
|
rm %{buildroot}%{_libdir}/BugpointPasses.*
|
||||||
rm -f %{buildroot}%{_libdir}/libCompilerDriver.*
|
rm %{buildroot}%{_libdir}/LLVMHello.*
|
||||||
rm -f %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
rm %{buildroot}%{_libdir}/libCompilerDriver.*
|
||||||
|
rm %{buildroot}%{_libdir}/libEnhancedDisassembly.*
|
||||||
|
rm %{buildroot}%{_libdir}/*gtest*
|
||||||
|
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
%fdupes -s %{buildroot}%{_docdir}/%{name}
|
||||||
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
%fdupes -s %{buildroot}%{_docdir}/%{name}-doc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user