summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLone_Wolf2023-01-18 16:02:12 +0100
committerLone_Wolf2023-01-18 16:02:12 +0100
commit5e716da0332e79e7bd8e15b112e3239bc602d1f3 (patch)
tree52ceb71bd1c296da76e3907bb014625d7520f6d6
parentd5ceb50c1b291055e049d71b394e38ec8e38de3e (diff)
downloadaur-5e716da0332e79e7bd8e15b112e3239bc602d1f3.tar.gz
cleaned up comments
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7bd57fb6a07..4f8abbae1218 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = llvm-minimal-git
- pkgver = 16.0.0_r446772.105fef5dca7e
+ pkgver = 16.0.0_r448874.60b989792411
pkgrel = 1
url = https://llvm.org/
arch = x86_64
@@ -30,7 +30,7 @@ pkgbase = llvm-minimal-git
pkgname = llvm-minimal-git
pkgdesc = Collection of modular and reusable compiler and toolchain technologies
- depends = llvm-libs-minimal-git=16.0.0_r446772.105fef5dca7e-1
+ depends = llvm-libs-minimal-git=16.0.0_r448874.60b989792411-1
depends = perl
optdepends = python: for using lit (LLVM Integrated Tester)
optdepends = python-setuptools: for using lit
@@ -54,7 +54,7 @@ pkgname = llvm-libs-minimal-git
pkgname = spirv-llvm-translator-minimal-git
pkgdesc = Tool and a library for bi-directional translation between SPIR-V and LLVM IR, trunk version
- depends = llvm-minimal-git=16.0.0_r446772.105fef5dca7e-1
+ depends = llvm-minimal-git=16.0.0_r448874.60b989792411-1
depends = spirv-tools-git
provides = spirv-llvm-translator
conflicts = spirv-llvm-translator
diff --git a/PKGBUILD b/PKGBUILD
index 7de7e879a21b..47ded76897b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -16,7 +16,7 @@
pkgbase=llvm-minimal-git
pkgname=('llvm-minimal-git' 'llvm-libs-minimal-git' 'spirv-llvm-translator-minimal-git')
-pkgver=16.0.0_r446772.105fef5dca7e
+pkgver=16.0.0_r448874.60b989792411
pkgrel=1
arch=('x86_64')
url="https://llvm.org/"
@@ -38,11 +38,11 @@ options=('staticlibs' '!lto')
# Both ninja & LIT by default use all available cores. this can lead to heavy stress on systems making them unresponsive.
# It can also happen that the kernel oom killer interferes and kills important tasks.
-# A reasonable value for them to avoid these issues appears to be 80% of available cores.
-# NINJAFLAGS and LITFLAGS are env vars that can be used to achieve this. They should be set on command line or example for a system with 24 cores NINJAFLAGS is an env var used to pass commandline options to ninja
+# A reasonable value for them to avoid these issues appears to be 75% of available cores.
+# NINJAFLAGS and LITFLAGS are env vars that can be used to achieve this. They should be set on command line or in files read by your shell on login (like .bashrc ) .
# example for systems with 24 cores
-# NINJAFLAGS="-j 20 -l 20"
-# LITFLAGS="-j 20"
+# NINJAFLAGS="-j 18 -l 18"
+# LITFLAGS="-j 18"
# NOTE: It's your responbility to validate the value of NINJAFLAGS and LITFLAGS. If unsure, don't set it.
pkgver() {