makedeb
Low Level Virtual Machine 13 for clasp
Click here to go back to the commit logs for llvm13.
Hash: 0d3300cc7b0c0a41c1c52bd7bdb97401379a0c33
Message: Update
diff --git a/PKGBUILD b/PKGBUILD
index 179590f..e9376f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Tarn W. Burton <twburton@gmail.com>
pkgname=('llvm13')
-pkgver=13.0.0.r383357.28b4d0fad074
+pkgver=13.0.0.r383356.972b6a3a3471
pkgrel=1
pkgdesc="Low Level Virtual Machine 13 for clasp"
arch=('x86_64')
url="https://llvm.org/"
license=('custom:Apache 2.0 with LLVM Exception')
-makedepends=('cmake' 'libffi-dev' 'libedit-dev' 'libncurses-dev' 'libxml2-dev' 'binutils-dev')
+makedepends=('cmake' 'libffi-dev' 'libedit-dev' 'libncurses-dev' 'libxml2-dev' 'binutils-dev' 'python3-distutils')
options=('staticlibs')
source=("llvm-project::git+https://github.com/llvm/llvm-project.git#commit=972b6a3a3471c2a742c5c5d8ec004ff640d544c4")
md5sums=('SKIP')
@@ -29,6 +29,8 @@ pkgver() {
}
build() {
+ sed -i 's/::lldb_private::Timer _scoped_timer(_cat, LLVM_PRETTY_FUNCTION)/::lldb_private::Timer _scoped_timer(_cat, "%s", LLVM_PRETTY_FUNCTION)/g' llvm-project/lldb/include/lldb/Utility/Timer.h
+
mkdir -p build
cd build