llvm: fix (#3)

This commit is contained in:
Ella-0 2021-08-07 16:40:17 +00:00
parent 52b51c90b8
commit 43a359c58d
2 changed files with 18 additions and 1 deletions

View file

@ -9,7 +9,7 @@ fetch() {
mv llvm-project-$pkgver.src $pkgname-$pkgver
# fixes relaxation
curl "https://reviews.llvm.org/file/data/fwstsxaybgq26x5dtdbg/PHID-FILE-pptlyffhoud7h2kme6qo/D100835.diff" | patch -p0
patch -p1 < ../../riscv-relax.patch
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