llvm: 3.6.1 -> 3.6.2
This commit is contained in:
parent
d3a8d8a8bd
commit
2739ccf390
@ -705,7 +705,7 @@ drwxr-xr-x root/root usr/include/llvm/Transforms/Utils/
|
||||
-rw-r--r-- root/root usr/include/llvm/Transforms/Vectorize.h
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
-rwxr-xr-x root/root usr/lib/BugpointPasses.so
|
||||
lrwxrwxrwx root/root usr/lib/libLLVM-3.6.1.so -> libLLVM-3.6.so
|
||||
lrwxrwxrwx root/root usr/lib/libLLVM-3.6.2.so -> libLLVM-3.6.so
|
||||
-rwxr-xr-x root/root usr/lib/libLLVM-3.6.so
|
||||
-rwxr-xr-x root/root usr/lib/libLLVMAnalysis.a
|
||||
-rwxr-xr-x root/root usr/lib/libLLVMAsmParser.a
|
||||
|
@ -1,3 +1,3 @@
|
||||
36a89de82dfe6ca99829743591cf8112 config.h
|
||||
ebf9e97be405ae126e134d3a357cd58a llvm-3.6.1.src.tar.xz
|
||||
0c1ee3597d75280dee603bae9cbf5cc2 llvm-3.6.2.src.tar.xz
|
||||
fcd6954a7fbd05687990e59e87131c3e llvm-config.h
|
||||
|
@ -5,7 +5,7 @@
|
||||
# Depends on: python
|
||||
|
||||
name=llvm
|
||||
version=3.6.1
|
||||
version=3.6.2
|
||||
release=1
|
||||
source=(http://llvm.org/releases/$version/$name-$version.src.tar.xz \
|
||||
config.h llvm-config.h)
|
||||
@ -20,8 +20,8 @@ build() {
|
||||
--enable-shared \
|
||||
--mandir=/usr/man
|
||||
|
||||
make $MAKEFLAGS
|
||||
make DESTDIR=$PKG install
|
||||
make DISABLE_ASSERTIONS=1 $MAKEFLAGS
|
||||
make DISABLE_ASSERTIONS=1 DESTDIR=$PKG install
|
||||
|
||||
find $PKG -name .dir -delete
|
||||
rm -rf $PKG/usr/docs
|
||||
|
Loading…
x
Reference in New Issue
Block a user