- Update to r167720 from release_32 branch
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=167
This commit is contained in:
parent
3f638bdf7c
commit
78cf258826
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1287cecc9644629b4f73251b03a0cff047fdcaea39b461650eb5117767478b85
|
||||
size 16555076
|
3
llvm-3.1.99.r167720.tar.bz2
Normal file
3
llvm-3.1.99.r167720.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a5faeea889acf1466499c276027a98bfa68bc47fc720c4e27c72519c8bd78c8
|
||||
size 17629689
|
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 08:05:08 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to r167719 from release_32 branch
|
||||
- Update to r167720 from release_32 branch
|
||||
* Thread local variables may have a specified TLS model.
|
||||
* LLVM now has a loop optimizer.
|
||||
* SROA has been rewritten to be more powerful.
|
||||
|
12
llvm.spec
12
llvm.spec
@ -16,12 +16,12 @@
|
||||
#
|
||||
|
||||
|
||||
%define _revision 167719
|
||||
%define _release_version 3.1
|
||||
%define _revision 167720
|
||||
%define _release_version 3.2
|
||||
%define _supported_archs "arm,x86"
|
||||
|
||||
Name: llvm
|
||||
Version: 3.1.99.r167719
|
||||
Version: 3.1.99.r167720
|
||||
Release: 0
|
||||
Summary: Low Level Virtual Machine
|
||||
License: NCSA
|
||||
@ -164,17 +164,11 @@ pushd stage1
|
||||
%endif
|
||||
--enable-targets=host
|
||||
|
||||
# compiler-rt doesn't like gcc
|
||||
mv ../projects/compiler-rt ..
|
||||
|
||||
make %{?_smp_mflags} clang-only
|
||||
|
||||
popd
|
||||
pushd stage2
|
||||
|
||||
# Get back compiler-rt
|
||||
mv ../compiler-rt ../projects/compiler-rt
|
||||
|
||||
# autotools ignore --libdir
|
||||
mkdir Release+Debug
|
||||
ln -s lib Release+Debug/lib64
|
||||
|
Loading…
Reference in New Issue
Block a user