Accepting request 145213 from devel:tools:compiler
- Unbreak PowerPC support - Update to r169678 from release_32 branch * This is 3.2rc3 - Update to r169391 from release_32 branch * SROA fixes OBS-URL: https://build.opensuse.org/request/show/145213 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/llvm?expand=0&rev=37
This commit is contained in:
commit
880ea4d2a8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d0a507e04223bd59729776b4a09814f39131a2fb548d75d6af53aeeaa31dfc94
|
||||
size 17660268
|
3
llvm-3.1.99.r169678.tar.bz2
Normal file
3
llvm-3.1.99.r169678.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c85be997e87a49b700f6bea5842e3d72e9a2d9186b8a9e8050c91db861a9e611
|
||||
size 17659027
|
17
llvm.changes
17
llvm.changes
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 12 11:08:16 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Unbreak PowerPC support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 8 15:45:07 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to r169678 from release_32 branch
|
||||
* This is 3.2rc3
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 5 17:27:57 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Update to r169391 from release_32 branch
|
||||
* SROA fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 4 13:15:12 UTC 2012 - guillaume@opensuse.org
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define _revision 168987
|
||||
%define _revision 169678
|
||||
%define _release_version 3.2
|
||||
%define _supported_archs "arm,x86"
|
||||
|
||||
@ -155,7 +155,7 @@ sed -i s,LLVM_REVISION,\"%{_revision}\",g tools/clang/lib/Basic/Version.cpp
|
||||
sed -i s,/lib/,/%{_lib}/,g tools/clang/lib/Driver/Tools.cpp
|
||||
|
||||
# Only enable target archs otherwise llvm-config is messed up
|
||||
sed -i s,"subdirectories = .*","subdirectories = ARM X86", lib/Target/LLVMBuild.txt
|
||||
sed -i s,"subdirectories = .*","subdirectories = ARM PowerPC X86", lib/Target/LLVMBuild.txt
|
||||
sed -i s,"IntelJITEvents OProfileJIT","", lib/ExecutionEngine/LLVMBuild.txt
|
||||
echo > utils/unittest/LLVMBuild.txt
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user