diff --git a/pkgs/llvm/build.sh b/pkgs/llvm/build.sh index ce954b0..5bd03ba 100644 --- a/pkgs/llvm/build.sh +++ b/pkgs/llvm/build.sh @@ -8,6 +8,9 @@ fetch() { tar -xf $pkgname-$pkgver.tar.gz mv llvm-project-$pkgver.src $pkgname-$pkgver + # fixes relaxation + curl "https://reviews.llvm.org/file/data/fwstsxaybgq26x5dtdbg/PHID-FILE-pptlyffhoud7h2kme6qo/D100835.diff" | patch -p0 + cp -n ../default.llvm.conf /etc/iglupkg/llvm.conf [ ../default/llvm.conf -nt /etc/iglupkg/llvm.conf ] && echo "WARNING: the default config file is newer than your config file." done }