llvm: fix (#3) for realsies this time

This commit is contained in:
Ella-0 2021-08-07 16:51:03 +00:00
parent 437ed9533a
commit c364bb1937

View file

@ -9,6 +9,7 @@ fetch() {
mv llvm-project-$pkgver.src $pkgname-$pkgver
# fixes relaxation
cd $pkgname-$pkgver
patch -p1 < ../../riscv-relax.patch
cp -n ../default.llvm.conf /etc/iglupkg/llvm.conf