aboutsummaryrefslogtreecommitdiff
path: root/repos/core/llvm/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/core/llvm/abuild')
-rw-r--r--repos/core/llvm/abuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/repos/core/llvm/abuild b/repos/core/llvm/abuild
index 2dfbce83..54b5e062 100644
--- a/repos/core/llvm/abuild
+++ b/repos/core/llvm/abuild
@@ -1,5 +1,5 @@
name=llvm
-version=20.1.3
+version=20.1.4
release=1
source="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/llvm-project-${version}.src.tar.xz
c89 c99
@@ -89,6 +89,7 @@ postbuild() {
ln -s lld $PKG/usr/bin/ld
ln -s clang $PKG/usr/bin/cc
ln -s clang $PKG/usr/bin/gcc
+ ln -s clang $PKG/usr/bin/cpp
ln -s clang++ $PKG/usr/bin/c++
ln -s clang++ $PKG/usr/bin/g++
install -m755 $SRC/c89 $PKG/usr/bin/c89