llvm: fix (#3)
This commit is contained in:
parent
52b51c90b8
commit
43a359c58d
2 changed files with 18 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue