summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLone_Wolf2020-03-05 11:37:19 +0100
committerLone_Wolf2020-03-05 11:37:19 +0100
commit046a55a8ef507264ffa7f61753bb6e4eb7af8e15 (patch)
treec0438c0db76e81bd1a45d382f33a1ac6be096f8f /PKGBUILD
parentefad846100b3f2ee4efbb0283718997ab337cf8f (diff)
downloadaur-046a55a8ef507264ffa7f61753bb6e4eb7af8e15.tar.gz
no longer need to set cmake policy 00075, removed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cfba430ed92a..7569a4c151ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@
pkgname=('llvm-git' 'llvm-libs-git' 'llvm-ocaml-git')
-pkgver=11.0.0_r344356.e60c28746b0
+pkgver=11.0.0_r344468.c6a38957a7e
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -38,6 +38,7 @@ options=('staticlibs')
# NINJAFLAGS is an env var used to pass commandline options to ninja
# NOTE: It's your responbility to validate the value of $NINJAFLAGS. If unsure, don't set it.
+# NINJAFLAGS="-j20"
_python_optimize() {
python -m compileall "$@"
@@ -104,7 +105,6 @@ build() {
-D LLVM_BINUTILS_INCDIR=/usr/include \
-D LLVM_VERSION_SUFFIX="" \
-D POLLY_ENABLE_GPGPU_CODEGEN=ON \
- -D CMAKE_POLICY_DEFAULT_CMP0075=NEW \
-D LLDB_USE_SYSTEM_SIX=1 \
-D LLVM_ENABLE_PROJECTS="polly;lldb;lld;compiler-rt;clang-tools-extra;clang" \