summaryrefslogtreecommitdiff
path: root/llvm
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2015-07-16 21:06:19 +0200
committerThomas Penteker <tek@serverop.de>2015-07-16 21:06:19 +0200
commit2739ccf3906357b3e3bf5d3d12f95f0bd3a40008 (patch)
tree9dbad253d667df9e15c18e7557797b9bcb559b8c /llvm
parentd3a8d8a8bda12d8c2cc3f59ba3ac40463354d1ff (diff)
downloadopt-2739ccf3906357b3e3bf5d3d12f95f0bd3a40008.tar.gz
opt-2739ccf3906357b3e3bf5d3d12f95f0bd3a40008.tar.xz
llvm: 3.6.1 -> 3.6.2
Diffstat (limited to 'llvm')
-rw-r--r--llvm/.footprint2
-rw-r--r--llvm/.md5sum2
-rw-r--r--llvm/Pkgfile6
3 files changed, 5 insertions, 5 deletions
diff --git a/llvm/.footprint b/llvm/.footprint
index f4d8f985b..27de3d8de 100644
--- a/llvm/.footprint
+++ b/llvm/.footprint
@@ -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
diff --git a/llvm/.md5sum b/llvm/.md5sum
index 6e99938ea..c1607c69a 100644
--- a/llvm/.md5sum
+++ b/llvm/.md5sum
@@ -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
diff --git a/llvm/Pkgfile b/llvm/Pkgfile
index 7ee6489ff..943b0289b 100644
--- a/llvm/Pkgfile
+++ b/llvm/Pkgfile
@@ -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

Generated by cgit