There is a new pull request by q66 against master on the void-packages repository https://github.com/void-power/void-packages llvm-ppc https://github.com/void-linux/void-packages/pull/12838 llvm8: add a secureplt patch and fix build with gcc9 on/for ppc32 This adds a secureplt patch (from Adélie) as we're building everything with secureplt with gcc already (musl requires it, we do it for glibc also). Also, it seems `-O2` or `-O3` for 32-bit `ppc` is no good as it's ends up being too big and fails to link. So work around that issue also. And bump because this affects cross-compiling from other hosts (and it's probably a good idea to rebuild this with gcc9 anyway). A patch file from https://github.com/void-linux/void-packages/pull/12838.patch is attached