- Enable ARM64 support
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=213
This commit is contained in:
parent
8002ed4159
commit
2af2b41e5e
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4a8bd36d80ff1aad0c6375dc335641fc04009d626e13d89f217af4d11650ff7
|
||||
size 24887370
|
||||
oid sha256:8acaaad370ec2ceccc0d0ddf2b063407a5186a96604c34b9d13e8e495fff6bb8
|
||||
size 24937125
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 14 11:23:07 UTC 2013 - idonmez@suse.com
|
||||
|
||||
- Enable ARM64 support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 9 09:05:41 UTC 2013 - idonmez@suse.com
|
||||
|
||||
|
@ -16,9 +16,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define _revision 181396
|
||||
%define _revision 181869
|
||||
%define _release_version 3.3
|
||||
%define _supported_archs "arm,powerpc,x86"
|
||||
%define _supported_archs "arm,aarch64,powerpc,x86"
|
||||
|
||||
Name: llvm
|
||||
Version: 3.2.90
|
||||
@ -157,7 +157,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 tools/clang/test/Preprocessor/iwithprefix.c
|
||||
|
||||
# Only enable target archs otherwise llvm-config is messed up
|
||||
sed -i s,"subdirectories = .*","subdirectories = ARM PowerPC X86", lib/Target/LLVMBuild.txt
|
||||
sed -i s,"subdirectories = .*","subdirectories = AArch64 ARM PowerPC X86", lib/Target/LLVMBuild.txt
|
||||
sed -i s,"IntelJITEvents OProfileJIT","", lib/ExecutionEngine/LLVMBuild.txt
|
||||
echo > utils/unittest/LLVMBuild.txt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user